diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 15:32:11 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 20:45:05 +1000 |
commit | 69ed2c07285729b55a0a26adcf19ce684c437a44 (patch) | |
tree | b599d05f40fa5bac2bc9fed5113997c962e9c7e4 /appveyor.cmd | |
parent | 844c971ed5afa15f73032e1cc7d2ddce2c925cdc (diff) | |
download | wix-69ed2c07285729b55a0a26adcf19ce684c437a44.tar.gz wix-69ed2c07285729b55a0a26adcf19ce684c437a44.tar.bz2 wix-69ed2c07285729b55a0a26adcf19ce684c437a44.zip |
Turn tests off in appveyor.yml since they're run in appveyor.cmd
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 |