diff options
author | Rob Mensching <rob@firegiant.com> | 2020-06-27 01:38:54 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2020-06-27 01:43:10 -0700 |
commit | d3988f982c035585590528829149c734c7f13cca (patch) | |
tree | ef1f74af8221cf06f724abdc0c054cd54411e0b9 /appveyor.cmd | |
parent | 59fa31de1eb64809888e218064a97d417060d110 (diff) | |
download | wix-d3988f982c035585590528829149c734c7f13cca.tar.gz wix-d3988f982c035585590528829149c734c7f13cca.tar.bz2 wix-d3988f982c035585590528829149c734c7f13cca.zip |
Build wixlib with WixToolset.Sdk
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 95b09f81..a913e969 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -4,13 +4,11 @@ | |||
4 | 4 | ||
5 | nuget restore || exit /b | 5 | nuget restore || exit /b |
6 | 6 | ||
7 | msbuild -p:Configuration=%_C% -t:Restore || exit /b | 7 | msbuild -p:Configuration=%_C% -Restore || exit /b |
8 | |||
9 | msbuild -p:Configuration=%_C% || exit /b | ||
10 | dotnet test -c %_C% --no-build src\test\WixToolsetTest.Bal || exit /b | 8 | dotnet test -c %_C% --no-build src\test\WixToolsetTest.Bal || exit /b |
11 | 9 | ||
12 | msbuild -p:Configuration=%_C% -t:Pack src\wixext\WixToolset.Bal.wixext.csproj || exit /b | 10 | msbuild -p:Configuration=%_C% -t:Pack src\wixext\WixToolset.Bal.wixext.csproj || exit /b |
13 | msbuild -p:Configuration=%_C% -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj || exit /b | 11 | msbuild -p:Configuration=%_C% -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj || exit /b |
14 | 12 | ||
15 | @popd | 13 | @popd |
16 | @endlocal \ No newline at end of file | 14 | @endlocal |