diff options
Diffstat (limited to 'src/internal/internal.cmd')
-rw-r--r-- | src/internal/internal.cmd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/internal/internal.cmd b/src/internal/internal.cmd index 634ed5fb..ef465daa 100644 --- a/src/internal/internal.cmd +++ b/src/internal/internal.cmd | |||
@@ -9,15 +9,14 @@ | |||
9 | @echo Building internal %_C% | 9 | @echo Building internal %_C% |
10 | 10 | ||
11 | :: internal | 11 | :: internal |
12 | |||
13 | nuget restore || exit /b | 12 | nuget restore || exit /b |
14 | 13 | ||
15 | :: dotnet pack -c %_C% WixBuildTools.MsgGen\WixBuildTools.MsgGen.csproj || exit /b | 14 | :: dotnet pack -c %_C% WixBuildTools.MsgGen\WixBuildTools.MsgGen.csproj || exit /b |
16 | :: dotnet pack -c %_C% WixBuildTools.XsdGen\WixBuildTools.XsdGen.csproj || exit /b | 15 | :: dotnet pack -c %_C% WixBuildTools.XsdGen\WixBuildTools.XsdGen.csproj || exit /b |
17 | 16 | ||
18 | msbuild -t:Pack -p:Configuration=%_C% WixBuildTools.TestSupport\WixBuildTools.TestSupport.csproj -v:m || exit /b | 17 | msbuild -t:Pack WixBuildTools.TestSupport\WixBuildTools.TestSupport.csproj -p:Configuration=%_C% -nologo || exit /b |
19 | 18 | ||
20 | msbuild -t:Build -p:Configuration=%_C% WixBuildTools.TestSupport.Native\WixBuildTools.TestSupport.Native.vcxproj -v:m || exit /b | 19 | msbuild -t:Build WixBuildTools.TestSupport.Native\WixBuildTools.TestSupport.Native.vcxproj -p:Configuration=%_C% -nologo || exit /b |
21 | 20 | ||
22 | @popd | 21 | @popd |
23 | @endlocal | 22 | @endlocal |