From 04f279ab8659c9e4c6c6c796548da01eca1e7615 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Mon, 15 Jun 2020 22:02:33 +1000 Subject: Set Visible to false for the contents of WixToolset.Burn. --- appveyor.cmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'appveyor.cmd') diff --git a/appveyor.cmd b/appveyor.cmd index dbe8e248..cc3f798a 100644 --- a/appveyor.cmd +++ b/appveyor.cmd @@ -1,11 +1,11 @@ @setlocal @pushd %~dp0 -nuget restore +nuget restore || exit /b -msbuild -p:Configuration=Release;Platform=x86 +msbuild -p:Configuration=Release;Platform=x86 || exit /b -msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj +msbuild -p:Configuration=Release -t:Pack src\stub\stub.vcxproj || exit /b @popd @endlocal \ No newline at end of file -- cgit v1.2.3-55-g6feb