Skip to content

Commit 51b3d57

Browse files
committed
Remove .pdb file from packaged nupkg
1 parent fa0e96d commit 51b3d57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pipelines/PSResourceGet-Official.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,10 @@ extends:
256256
Install-Module $module -AllowClobber -Force
257257
displayName: Install PSResourceGet 0.9.0 or above for build.psm1
258258
259+
- pwsh: |
260+
Remove-Item "$(signOutPath)\Microsoft.PowerShell.PSResourceGet\*.pdb" -Recurse -Force
261+
displayName: Remove .pdb files
262+
259263
- pwsh: |
260264
Set-Location "$(signOutPath)\Microsoft.PowerShell.PSResourceGet"
261265
New-Item -ItemType Directory -Path "$(signOutPath)\PublishedNupkg" -Force

0 commit comments

Comments
 (0)