Build script fix for deleing output folder in use
This commit is contained in:
parent
e27cd6e52f
commit
1545c67f99
@ -123,7 +123,7 @@ if (!$SkipBuild)
|
||||
{
|
||||
if (Test-Path $OutputDir)
|
||||
{
|
||||
Remove-Item $OutputDir -Recurse -Force
|
||||
Remove-Item "$OutputDir\*" -Recurse -Force
|
||||
}
|
||||
|
||||
if ($LicensedDependenciesUrl)
|
||||
|
Loading…
x
Reference in New Issue
Block a user