diff options
| author | Bob Arnson <bob@firegiant.com> | 2021-07-11 17:16:48 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2021-07-17 20:39:11 -0400 |
| commit | 5b2b06c9bffb4e6f17409cec41bc0b4b8dab4c90 (patch) | |
| tree | 32c2d63cfb0a6c94307d58d93efc2d61e9a0dc30 /src/api/api.cmd | |
| parent | b452e816019d35aba71693bfc8826a8a52df457c (diff) | |
| download | wix-5b2b06c9bffb4e6f17409cec41bc0b4b8dab4c90.tar.gz wix-5b2b06c9bffb4e6f17409cec41bc0b4b8dab4c90.tar.bz2 wix-5b2b06c9bffb4e6f17409cec41bc0b4b8dab4c90.zip | |
Build api segment via traversal projects.
79s -> 21s on my octocore machine.
Diffstat (limited to 'src/api/api.cmd')
| -rw-r--r-- | src/api/api.cmd | 31 |
1 files changed, 5 insertions, 26 deletions
diff --git a/src/api/api.cmd b/src/api/api.cmd index db8d5183..75303ea2 100644 --- a/src/api/api.cmd +++ b/src/api/api.cmd | |||
| @@ -8,36 +8,15 @@ | |||
| 8 | 8 | ||
| 9 | @echo Building api %_C% | 9 | @echo Building api %_C% |
| 10 | 10 | ||
| 11 | :: burn | 11 | :: restore |
| 12 | 12 | :: build | |
| 13 | nuget restore burn\api_burn.sln || exit /b | 13 | :: pack |
| 14 | 14 | msbuild -m -p:Configuration=%_C% api.proj || exit /b | |
| 15 | msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v142 burn\api_burn.sln || exit /b | ||
| 16 | msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v142 burn\api_burn.sln || exit /b | ||
| 17 | msbuild -p:Configuration=%_C%;Platform=ARM64;PlatformToolset=v142 burn\api_burn.sln || exit /b | ||
| 18 | |||
| 19 | msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v141 burn\api_burn.sln || exit /b | ||
| 20 | msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v141 burn\api_burn.sln || exit /b | ||
| 21 | msbuild -p:Configuration=%_C%;Platform=ARM64;PlatformToolset=v141 burn\api_burn.sln || exit /b | ||
| 22 | |||
| 23 | msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v140 burn\api_burn.sln || exit /b | ||
| 24 | msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v140 burn\api_burn.sln || exit /b | ||
| 25 | 15 | ||
| 16 | :: test | ||
| 26 | dotnet test -c %_C% --no-build burn\test\WixToolsetTest.Mba.Core\WixToolsetTest.Mba.Core.csproj || exit /b | 17 | dotnet test -c %_C% --no-build burn\test\WixToolsetTest.Mba.Core\WixToolsetTest.Mba.Core.csproj || exit /b |
| 27 | |||
| 28 | msbuild -t:PackNative -p:Configuration=%_C% burn\balutil\balutil.vcxproj || exit /b | ||
| 29 | msbuild -t:PackNative -p:Configuration=%_C% burn\bextutil\bextutil.vcxproj || exit /b | ||
| 30 | msbuild -t:PackNative -Restore -p:Configuration=%_C% burn\WixToolset.BootstrapperCore.Native\WixToolset.BootstrapperCore.Native.proj || exit /b | ||
| 31 | msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true burn\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj || exit /b | ||
| 32 | |||
| 33 | |||
| 34 | :: wix | ||
| 35 | |||
| 36 | msbuild -Restore -p:Configuration=%_C% wix\api_wix.sln || exit /b | ||
| 37 | |||
| 38 | dotnet test -c %_C% --no-build wix\api_wix.sln || exit /b | 18 | dotnet test -c %_C% --no-build wix\api_wix.sln || exit /b |
| 39 | 19 | ||
| 40 | msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true wix\api_wix.sln || exit /b | ||
| 41 | 20 | ||
| 42 | @popd | 21 | @popd |
| 43 | @endlocal | 22 | @endlocal |
