diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-10-17 17:14:20 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-10-19 16:23:33 -0700 |
| commit | 5c8752cf09d1b09a574146904f50cb90babffdf1 (patch) | |
| tree | aa4eb1803a40c0f2953fcf9ff62c099cc89955a8 /src/internal | |
| parent | 6a2aefbbc8f54bf1767cfc8dc7120f61c18fb0ea (diff) | |
| download | wix-5c8752cf09d1b09a574146904f50cb90babffdf1.tar.gz wix-5c8752cf09d1b09a574146904f50cb90babffdf1.tar.bz2 wix-5c8752cf09d1b09a574146904f50cb90babffdf1.zip | |
Minor build improvements to reduce output
Diffstat (limited to 'src/internal')
| -rw-r--r-- | src/internal/internal.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
| 15 | :: dotnet pack -c %_C% WixBuildTools.MsgGen\WixBuildTools.MsgGen.csproj || exit /b | 15 | :: dotnet pack -c %_C% WixBuildTools.MsgGen\WixBuildTools.MsgGen.csproj || exit /b |
| 16 | :: dotnet pack -c %_C% WixBuildTools.XsdGen\WixBuildTools.XsdGen.csproj || exit /b | 16 | :: dotnet pack -c %_C% WixBuildTools.XsdGen\WixBuildTools.XsdGen.csproj || exit /b |
| 17 | 17 | ||
| 18 | msbuild -t:Pack -p:Configuration=%_C% WixBuildTools.TestSupport\WixBuildTools.TestSupport.csproj || exit /b | 18 | msbuild -t:Pack -p:Configuration=%_C% WixBuildTools.TestSupport\WixBuildTools.TestSupport.csproj -v:m || exit /b |
| 19 | 19 | ||
| 20 | msbuild -t:Build -p:Configuration=%_C% WixBuildTools.TestSupport.Native\WixBuildTools.TestSupport.Native.vcxproj || exit /b | 20 | msbuild -t:Build -p:Configuration=%_C% WixBuildTools.TestSupport.Native\WixBuildTools.TestSupport.Native.vcxproj -v:m || exit /b |
| 21 | 21 | ||
| 22 | @popd | 22 | @popd |
| 23 | @endlocal | 23 | @endlocal |
