Skip to content

Commit

Permalink
remove symbol changes from this PR to simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
anamnavi committed Sep 25, 2023
1 parent 6dfb572 commit e944c4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
12 changes: 0 additions & 12 deletions .ci/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,6 @@ stages:
$vstsCommandString = "vso[task.setvariable variable=signOutPathCreated]${signOutPath}"
Write-Host "sending " + $vstsCommandString
Write-Host "##$vstsCommandString"
# Upload symbol pdb file
$moduleName = "$($config.ModuleName)"
$symbolFileName = "$moduleName.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
condition: and(and(succeeded(), eq(variables['Build.Reason'], 'Manual')), ne(variables['SkipSigning'], 'True'))
Expand Down Expand Up @@ -413,12 +407,6 @@ stages:
displayName: PowerShell Core on macOS
imageName: macOS-latest

- stage: PublishSymbols
displayName: Publish Symbols
condition: and(and(succeeded(), eq(variables['Build.Reason'], 'Manual')), eq(variables['Publish'], 'True'))
jobs:
- template: publishsymbols.yml

- stage: Release
displayName: Publish Package to PSGallery
condition: and(and(succeeded(), eq(variables['Build.Reason'], 'Manual')), eq(variables['Publish'], 'True'))
Expand Down
27 changes: 0 additions & 27 deletions .ci/publishsymbols.yml

This file was deleted.

0 comments on commit e944c4f

Please sign in to comment.