Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Job Id to the Signed_Binaries pipeline artifact name #609

Merged
merged 3 commits into from
Mar 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add IDs to the extension runs as well.
gfs committed Mar 4, 2024
commit feefaf61018c366ee6174b590affe8bc9a0c93b3
2 changes: 1 addition & 1 deletion Pipelines/vs/devskim-visualstudio-release.yml
Original file line number Diff line number Diff line change
@@ -148,7 +148,7 @@ stages:
displayName: Publish Signed Artifact to Pipeline
inputs:
targetPath: '$(Build.StagingDirectory)'
artifact: 'Signed_Extension'
artifact: 'Signed_Extension_$(System.JobId)_$(System.JobAttempt)'
- task: PowerShell@2
displayName: Move VS Marketplace Manifest
inputs:
2 changes: 1 addition & 1 deletion Pipelines/vscode/devskim-vscode-release.yml
Original file line number Diff line number Diff line change
@@ -195,7 +195,7 @@ stages:
displayName: Publish Signed Artifact to Pipeline
inputs:
targetPath: '$(Build.StagingDirectory)'
artifact: 'Signed_Plugin'
artifact: 'Signed_Plugin_$(System.JobId)_$(System.JobAttempt)'
- task: Npm@1
displayName: Install vsce
inputs: