Skip to content

Commit 2475736

Browse files
Add release pipeline (#736)
1 parent 47e3afc commit 2475736

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.azure-pipelines/release.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
trigger: none # Only run this pipeline when manually triggered
2+
3+
resources:
4+
pipelines:
5+
- pipeline: vscode-azurecontainerapps # identifier to use in pipeline resource variables
6+
source: \Azure Tools\VSCode\Extensions\vscode-azurecontainerapps # name of the pipeline that produces the artifacts
7+
repositories:
8+
- repository: azExtTemplates
9+
type: github
10+
name: microsoft/vscode-azuretools
11+
ref: alex/release-template
12+
endpoint: GitHub-AzureTools # The service connection to use when accessing this repository
13+
14+
variables:
15+
# Required by MicroBuild template
16+
- name: TeamName
17+
value: "Azure Tools for VS Code"
18+
19+
# Use those templates
20+
extends:
21+
template: azure-pipelines/release-extension.yml@azExtTemplates
22+
parameters:
23+
pipelineID: $(resources.pipeline.vscode-azurecontainerapps.pipelineID)
24+
runID: $(resources.pipeline.vscode-azurecontainerapps.runID)

0 commit comments

Comments
 (0)