diff options
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 |