diff options
author | Rob Mensching <rob@firegiant.com> | 2022-10-03 10:06:37 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-10-04 10:44:49 -0700 |
commit | 7d231e729b4e53979952dcdd12654aa77a411521 (patch) | |
tree | 45f185d6c4bcd679bfc030500dfee91e3c815681 /src/api/api.cmd | |
parent | 5065bf991b76a6484d11d867b53fd2fe3e6a2fad (diff) | |
download | wix-7d231e729b4e53979952dcdd12654aa77a411521.tar.gz wix-7d231e729b4e53979952dcdd12654aa77a411521.tar.bz2 wix-7d231e729b4e53979952dcdd12654aa77a411521.zip |
Small clean up of api segment build
Diffstat (limited to 'src/api/api.cmd')
-rw-r--r-- | src/api/api.cmd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/api/api.cmd b/src/api/api.cmd index d93f1435..d1f87f54 100644 --- a/src/api/api.cmd +++ b/src/api/api.cmd | |||
@@ -41,6 +41,10 @@ dotnet test wix\api_wix.sln -c %_C% --nologo --no-build -l "trx;LogFileName=%_L% | |||
41 | @del "..\..\build\artifacts\WixToolset.Data.*.nupkg" 2> nul | 41 | @del "..\..\build\artifacts\WixToolset.Data.*.nupkg" 2> nul |
42 | @del "..\..\build\artifacts\WixToolset.Extensibility.*.nupkg" 2> nul | 42 | @del "..\..\build\artifacts\WixToolset.Extensibility.*.nupkg" 2> nul |
43 | @del "..\..\build\artifacts\WixToolset.Mba.Core.*.nupkg" 2> nul | 43 | @del "..\..\build\artifacts\WixToolset.Mba.Core.*.nupkg" 2> nul |
44 | @del "%_L%\TestResults\WixToolsetTest.Mba.Core.trx" 2> nul | ||
45 | @del "%_L%\TestResults\BalUtilUnitTest.trx" 2> nul | ||
46 | @del "%_L%\TestResults\BextUtilUnitTest.trx" 2> nul | ||
47 | @del "%_L%\TestResults\api_wix.trx" 2> nul | ||
44 | @rd /s/q "%USERPROFILE%\.nuget\packages\wixtoolset.balutil" 2> nul | 48 | @rd /s/q "%USERPROFILE%\.nuget\packages\wixtoolset.balutil" 2> nul |
45 | @rd /s/q "%USERPROFILE%\.nuget\packages\wixtoolset.bextutil" 2> nul | 49 | @rd /s/q "%USERPROFILE%\.nuget\packages\wixtoolset.bextutil" 2> nul |
46 | @rd /s/q "%USERPROFILE%\.nuget\packages\wixtoolset.bootstrappercore.native" 2> nul | 50 | @rd /s/q "%USERPROFILE%\.nuget\packages\wixtoolset.bootstrappercore.native" 2> nul |