diff options
author | Rob Mensching <rob@firegiant.com> | 2017-12-27 14:23:39 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-12-27 14:23:39 -0800 |
commit | 68075faa4a60e8016ea7653cfc1396cd00e3f646 (patch) | |
tree | 4656616a3f1030620594ee38a280e4dab8ab9e8e /appveyor.cmd | |
parent | 9813f0b4054ab0c003529699d1a467db90395980 (diff) | |
download | wix-68075faa4a60e8016ea7653cfc1396cd00e3f646.tar.gz wix-68075faa4a60e8016ea7653cfc1396cd00e3f646.tar.bz2 wix-68075faa4a60e8016ea7653cfc1396cd00e3f646.zip |
Integrate latest Data and Extensibility changes and build light.exe
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 5545cb60..42465be8 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -4,11 +4,13 @@ | |||
4 | 4 | ||
5 | dotnet build -c Release src\test\WixToolsetTest.BuildTasks | 5 | 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 | 8 | ||
8 | dotnet publish -c Release -o %_P% -r win-x86 src\wix | 9 | dotnet publish -c Release -o %_P% -r win-x86 src\wix |
10 | dotnet publish -c Release -o %_P% -r win-x86 src\light | ||
9 | dotnet publish -c Release -o %_P% -r win-x86 src\WixToolset.BuildTasks | 11 | dotnet publish -c Release -o %_P% -r win-x86 src\WixToolset.BuildTasks |
10 | 12 | ||
11 | dotnet pack -c Release src\WixToolset.Core.InternalPackage | 13 | dotnet pack -c Release src\WixToolset.Core.InternalPackage |
12 | 14 | ||
13 | @popd | 15 | @popd |
14 | @endlocal \ No newline at end of file | 16 | @endlocal |