From 5c8752cf09d1b09a574146904f50cb90babffdf1 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 17 Oct 2021 17:14:20 -0700 Subject: Minor build improvements to reduce output --- src/internal/internal.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/internal') diff --git a/src/internal/internal.cmd b/src/internal/internal.cmd index da46b70a..634ed5fb 100644 --- a/src/internal/internal.cmd +++ b/src/internal/internal.cmd @@ -15,9 +15,9 @@ nuget restore || exit /b :: dotnet pack -c %_C% WixBuildTools.MsgGen\WixBuildTools.MsgGen.csproj || exit /b :: dotnet pack -c %_C% WixBuildTools.XsdGen\WixBuildTools.XsdGen.csproj || exit /b -msbuild -t:Pack -p:Configuration=%_C% WixBuildTools.TestSupport\WixBuildTools.TestSupport.csproj || exit /b +msbuild -t:Pack -p:Configuration=%_C% WixBuildTools.TestSupport\WixBuildTools.TestSupport.csproj -v:m || exit /b -msbuild -t:Build -p:Configuration=%_C% WixBuildTools.TestSupport.Native\WixBuildTools.TestSupport.Native.vcxproj || exit /b +msbuild -t:Build -p:Configuration=%_C% WixBuildTools.TestSupport.Native\WixBuildTools.TestSupport.Native.vcxproj -v:m || exit /b @popd @endlocal -- cgit v1.2.3-55-g6feb