Skip to content

Commit

Permalink
reference symbol file name
Browse files Browse the repository at this point in the history
  • Loading branch information
anamnavi committed Sep 24, 2023
1 parent 2443cf5 commit df55b07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ stages:
# Upload symbol pdb file
$moduleName = "$($config.ModuleName)"
$symbolFileName = "$moduleName.pdb"
# $symbolFileName = "$moduleName.pdb"
$symbolFileName = "Microsoft.PowerShell.PSResourceGet.pdb"
$symbolFilePath = Join-Path -Path $srcPath -ChildPath $symbolFileName
Write-Host "##vso[artifact.upload containerfolder=$moduleName;artifactname=$symbolFileName]$symbolFilePath"
displayName: Set up for module created files code signing
Expand Down

0 comments on commit df55b07

Please sign in to comment.