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.
2 parents d744fdd + ad30616 commit 18d3dd8Copy full SHA for 18d3dd8
azure-pipelines/release.yml
@@ -92,7 +92,7 @@ stages:
92
- stage: 'TagRelease'
93
displayName: 'Tag release of vscode-csharp'
94
dependsOn: 'PublishStage'
95
- condition: and(succeeded('PublishStage'), eq(variables['resources.pipeline.officialBuildCI.sourceBranch'], 'refs/heads/release'))
+ condition: succeeded('PublishStage')
96
jobs:
97
- job: 'Tag'
98
pool:
@@ -109,7 +109,7 @@ stages:
109
fetchDepth: 0
110
- pwsh: |
111
git checkout $(resources.pipeline.officialBuildCI.sourceCommit)
112
- displayName: 'Checkout to release branch'
+ displayName: 'Checkout build source branch'
113
114
npm ci
115
npm install
0 commit comments