diff options
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 fe525614..b3b08545 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -10,7 +10,7 @@ msbuild -p:Configuration=%_C% src\test\examples\examples.proj || exit /b | |||
10 | dotnet test -c %_C% --no-build src\test\WixToolsetTest.Bal || exit /b | 10 | dotnet test -c %_C% --no-build src\test\WixToolsetTest.Bal || exit /b |
11 | dotnet test -c %_C% --no-build src\test\WixToolsetTest.ManagedHost || exit /b | 11 | dotnet test -c %_C% --no-build src\test\WixToolsetTest.ManagedHost || exit /b |
12 | 12 | ||
13 | msbuild -p:Configuration=%_C% -t:Pack src\wixext\WixToolset.Bal.wixext.csproj || exit /b | 13 | msbuild -p:Configuration=%_C% -p:SkipReferencesToPack=true -t:Pack src\wixext\WixToolset.Bal.wixext.csproj || exit /b |
14 | msbuild -p:Configuration=%_C% -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj || exit /b | 14 | msbuild -p:Configuration=%_C% -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj || exit /b |
15 | 15 | ||
16 | @popd | 16 | @popd |