create pm3 dir

This commit is contained in:
merlokk 2020-02-04 00:14:09 +02:00
commit 5a6230b623

View file

@ -43,15 +43,18 @@ clone_script:
Write-Host "[ OK ]" -ForegroundColor Green Write-Host "[ OK ]" -ForegroundColor Green
if(Test-Path -Path C:\ProxSpace\pm3){ if(!(Test-Path -Path C:\ProxSpace\pm3)){
Write-Host "Removing pm3 dir..." -NoNewLine New-Item -ItemType Directory -Force -Path C:\ProxSpace\pm3
Remove-Item -Recurse -Force -Path C:\ProxSpace\pm3\* }
Write-Host "Removing pm3 dir..." -NoNewLine
Write-Host "[ OK ]" -ForegroundColor Green Remove-Item -Recurse -Force -Path c:\ProxSpace\pm3\*
Write-Host "[ OK ]" -ForegroundColor Green
}
Write-Host "Cloning repository <$env:appveyor_repo_name> to $env:appveyor_build_folder ..." -NoNewLine Write-Host "Cloning repository <$env:appveyor_repo_name> to $env:appveyor_build_folder ..." -NoNewLine