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 75799bc1..0ccdecc6 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -17,7 +17,7 @@ msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v142 || exit /b | |||
17 | msbuild -p:Configuration=%_C%;Platform=ARM;PlatformToolset=v142 || exit /b | 17 | msbuild -p:Configuration=%_C%;Platform=ARM;PlatformToolset=v142 || exit /b |
18 | msbuild -p:Configuration=%_C%;Platform=ARM64;PlatformToolset=v142 || exit /b | 18 | msbuild -p:Configuration=%_C%;Platform=ARM64;PlatformToolset=v142 || exit /b |
19 | 19 | ||
20 | @rem msbuild -t:VSTest -p:Configuration=%_C% src\test\WixToolsetTest.Mba.Core\WixToolsetTest.Mba.Core.csproj || exit /b | 20 | dotnet test -c %_C% --no-build src\test\WixToolsetTest.Mba.Core\WixToolsetTest.Mba.Core.csproj || exit /b |
21 | 21 | ||
22 | msbuild -t:Pack -p:Configuration=%_C% src\balutil\balutil.vcxproj || exit /b | 22 | msbuild -t:Pack -p:Configuration=%_C% src\balutil\balutil.vcxproj || exit /b |
23 | msbuild -t:Pack -p:Configuration=%_C% src\bextutil\bextutil.vcxproj || exit /b | 23 | msbuild -t:Pack -p:Configuration=%_C% src\bextutil\bextutil.vcxproj || exit /b |