8000 fix pipelineArtifact reference by gcampbell-msft · Pull Request #3948 · microsoft/vscode-cmake-tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix pipelineArtifact reference #3948

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

Merged
merged 2 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions jobs/release/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extends:
type: releaseJob
isProduction: true
inputs:
- input: artifactsDrop
- input: pipelineArtifact
pipeline: BuildPrereleasePipeline
artifactName: vsix

Expand All @@ -40,7 +40,7 @@ extends:
Write-Host "New version is: $newVersion"

$str = Get-Date -Format "yyMMdd-HHmm"
Write-Host "##vso[release.updatereleasename]$newVersion - $str"
Write-Host "##vso[build.updatebuildnumber]$newVersion - $str"
ignoreLASTEXITCODE: true
displayName: 'Set the release name'
- task: NodeTool@0
Expand Down
4 changes: 2 additions & 2 deletions jobs/release/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extends:
type: releaseJob
isProduction: true
inputs:
- input: artifactsDrop
- input: pipelineArtifact
pipeline: BuildReleasePipeline
artifactName: vsix

Expand All @@ -40,7 +40,7 @@ extends:
Write-Host "New version is: $newVersion"

$str = Get-Date -Format "yyMMdd-HHmm"
Write-Host "##vso[release.updatereleasename]$newVersion - $str"
Write-Host "##vso[build.updatebuildnumber]$newVersion - $str"
ignoreLASTEXITCODE: true
displayName: 'Set the release name'
- task: ManualIntervention@8
Expand Down
Loading
0