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.
1 parent fa0e96d commit 51b3d57Copy full SHA for 51b3d57
.pipelines/PSResourceGet-Official.yml
@@ -256,6 +256,10 @@ extends:
256
Install-Module $module -AllowClobber -Force
257
displayName: Install PSResourceGet 0.9.0 or above for build.psm1
258
259
+ - pwsh: |
260
+ Remove-Item "$(signOutPath)\Microsoft.PowerShell.PSResourceGet\*.pdb" -Recurse -Force
261
+ displayName: Remove .pdb files
262
+
263
- pwsh: |
264
Set-Location "$(signOutPath)\Microsoft.PowerShell.PSResourceGet"
265
New-Item -ItemType Directory -Path "$(signOutPath)\PublishedNupkg" -Force
0 commit comments