diff options
author | Bob Arnson <bob@joyofsetup.com> | 2018-06-21 20:38:43 -0400 |
---|---|---|
committer | Bob Arnson <bob@joyofsetup.com> | 2018-06-21 20:38:43 -0400 |
commit | 3b6ae0dc3d1af57f5da537d791bbe1dcc77040ca (patch) | |
tree | 2d4eacbd427d1f0b1666c6a2de07cfb17c69fcec /appveyor.cmd | |
parent | 61ca68def38291abd52e4cc11dd1ef674e32c6aa (diff) | |
download | wix-3b6ae0dc3d1af57f5da537d791bbe1dcc77040ca.tar.gz wix-3b6ae0dc3d1af57f5da537d791bbe1dcc77040ca.tar.bz2 wix-3b6ae0dc3d1af57f5da537d791bbe1dcc77040ca.zip |
Update to netcoreapp2.1 and xunit 2.3.1.
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index a10bed10..6f7eb18d 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -6,7 +6,7 @@ dotnet build -c Release src\test\WixToolsetTest.BuildTasks | |||
6 | dotnet build -c Release src\test\WixToolsetTest.CoreIntegration | 6 | dotnet build -c Release src\test\WixToolsetTest.CoreIntegration |
7 | dotnet build -c Release src\test\WixToolsetTest.LightIntegration | 7 | dotnet build -c Release src\test\WixToolsetTest.LightIntegration |
8 | 8 | ||
9 | dotnet publish -c Release -o %_P%\netcoreapp2.0 -r win-x86 src\wix | 9 | dotnet publish -c Release -o %_P%\netcoreapp2.1 -r win-x86 src\wix |
10 | dotnet publish -c Release -o %_P%\net461 -r win-x86 src\light | 10 | dotnet publish -c Release -o %_P%\net461 -r win-x86 src\light |
11 | dotnet publish -c Release -o %_P%\net461 -r win-x86 src\WixToolset.BuildTasks | 11 | dotnet publish -c Release -o %_P%\net461 -r win-x86 src\WixToolset.BuildTasks |
12 | 12 | ||