8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ref
tools/releaseBuild/azureDevOps/templates/compliance/apiscan.yml
@@ -59,6 +59,11 @@ jobs:
59
60
$OutputFolder = Split-Path (Get-PSOutput)
61
Write-Host "##vso[task.setvariable variable=BinDir]$OutputFolder"
62
+
63
+ Write-Verbose -Verbose -Message "Deleting ref folder from output folder"
64
+ if (Test-Path $OutputFolder/ref) {
65
+ Remove-Item -Recurse -Force $OutputFolder/ref
66
+ }
67
workingDirectory: '$(Build.SourcesDirectory)'
68
displayName: 'Build PowerShell Source'
69
0 commit comments