Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 522fcb9

Browse files
committed
update config 2
1 parent 574d7db commit 522fcb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/pipelines/templates/jobs/vscode-sign-and-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- template: pipelines/steps/azd-vscode-signing.yml@azure-sdk-build-tools
3939
parameters:
4040
Path: $(Pipeline.Workspace)/${{ parameters.ArtifactName }}
41-
Pattern: '*.vsix'
41+
Pattern: '*.signature.p7s'
4242

4343
- ${{ else }}:
4444
- pwsh: Write-Host "Skipping signing. Build reason - $(Build.Reason)"

0 commit comments

Comments
 (0)