diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-02-22 20:25:55 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-02-22 20:33:08 -0600 |
commit | 022beff26b46c7808eefacfebccfc1fcb5aa5256 (patch) | |
tree | 5771c740b834ee1c14c18227418750a856d1f7b8 /appveyor.cmd | |
parent | e619546617d6266645561428fbbe7a05d257eeba (diff) | |
download | wix-022beff26b46c7808eefacfebccfc1fcb5aa5256.tar.gz wix-022beff26b46c7808eefacfebccfc1fcb5aa5256.tar.bz2 wix-022beff26b46c7808eefacfebccfc1fcb5aa5256.zip |
Integrate patch related changes in Burn headers.
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 3b170ad4..19c2d49f 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -19,7 +19,7 @@ dotnet test -c %_C% --no-build src\test\WixToolsetTest.Mba.Core\WixToolsetTest.M | |||
19 | 19 | ||
20 | msbuild -t:Pack -p:Configuration=%_C% src\balutil\balutil.vcxproj || exit /b | 20 | msbuild -t:Pack -p:Configuration=%_C% src\balutil\balutil.vcxproj || exit /b |
21 | msbuild -t:Pack -p:Configuration=%_C% src\bextutil\bextutil.vcxproj || exit /b | 21 | msbuild -t:Pack -p:Configuration=%_C% src\bextutil\bextutil.vcxproj || exit /b |
22 | msbuild -t:Pack -p:Configuration=%_C% src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj || exit /b | 22 | msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj || exit /b |
23 | 23 | ||
24 | @popd | 24 | @popd |
25 | @endlocal \ No newline at end of file | 25 | @endlocal \ No newline at end of file |