Removed step that deleted output folder

This commit is contained in:
Neil Dorin
2020-03-19 16:23:09 -06:00
parent 138954cbb2
commit aa6305fe70

View File

@@ -38,5 +38,4 @@ Get-ChildItem -Path $destination | Where-Object {($_.Extension -eq ".clz") -or (
}
Compress-Archive -Path "$($Env:GITHUB_WORKSPACE)\output\*" -DestinationPath "$($Env:GITHUB_WORKSPACE)\$($Env:SOLUTION_FILE)-$($Env:VERSION).zip" -Force
Write-Host "Output Contents post Zip"
Get-ChildItem -Path $destination
Remove-Item $destination -Recurse
Get-ChildItem -Path $destination