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 574d7db commit 522fcb9Copy full SHA for 522fcb9
1 file changed
eng/pipelines/templates/jobs/vscode-sign-and-pack.yml
@@ -38,7 +38,7 @@ jobs:
38
- template: pipelines/steps/azd-vscode-signing.yml@azure-sdk-build-tools
39
parameters:
40
Path: $(Pipeline.Workspace)/${{ parameters.ArtifactName }}
41
- Pattern: '*.vsix'
+ Pattern: '*.signature.p7s'
42
43
- ${{ else }}:
44
- pwsh: Write-Host "Skipping signing. Build reason - $(Build.Reason)"
0 commit comments