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

Commit aa314a4

Browse files
committed
update config 3
1 parent 522fcb9 commit aa314a4

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
@@ -46,7 +46,7 @@ jobs:
4646

4747
- pwsh: |
4848
New-Item -ItemType Directory -Path signed -Force
49-
Copy-Item $(Pipeline.Workspace)/${{ parameters.ArtifactName }}\*.vsix signed\ -Force
49+
Copy-Item $(Pipeline.Workspace)/${{ parameters.ArtifactName }}/*.vsix signed/ -Force
5050
displayName: Copy signed VSIX for publishing
5151
condition: always()
5252

0 commit comments

Comments
 (0)