File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3190,18 +3190,17 @@ try {
3190
3190
Get-Dependencies
3191
3191
3192
3192
if ($Clean ) {
3193
+ Remove-Item - Force - Recurse - Path " $BinaryCache \$ ( $BuildPlatform.Triple ) \" - ErrorAction Ignore
3193
3194
Remove-Item - Force - Recurse - Path " $BinaryCache \$ ( $HostPlatform.Triple ) \" - ErrorAction Ignore
3194
-
3195
- # In case of a previous test run, clear out the swiftmodules as they are not a stable format.
3196
- Remove-Item - Force - Recurse - Path " $ ( $HostPlatform.ToolchainInstallRoot ) \usr\lib\swift\windows\*.swiftmodule" - ErrorAction Ignore
3197
3195
foreach ($Platform in $WindowsSDKPlatforms ) {
3198
3196
Remove-Item - Force - Recurse - Path " $BinaryCache \$ ( $Platform.Triple ) \" - ErrorAction Ignore
3199
3197
}
3200
3198
foreach ($Platform in $AndroidSDKPlatforms ) {
3201
3199
Remove-Item - Force - Recurse - Path " $BinaryCache \$ ( $Platform.Triple ) \" - ErrorAction Ignore
3202
3200
}
3203
-
3204
- Remove-Item - Force - Recurse ([IO.Path ]::Combine((Get-InstallDir $HostPlatform ), " Runtimes" , $ProductVersion )) - ErrorAction Ignore
3201
+ Remove-Item - Force - Recurse - Path " $BinaryCache \1" - ErrorAction Ignore
3202
+ Remove-Item - Force - Recurse - Path " $BinaryCache \5" - ErrorAction Ignore
3203
+ Remove-Item - Force - Recurse - Path (Get-InstallDir $HostPlatform ) - ErrorAction Ignore
3205
3204
}
3206
3205
3207
3206
if (-not $SkipBuild ) {
You can’t perform that action at this time.
0 commit comments