Use main branch of release template (#739)
This commit is contained in:
Родитель
2fa9bd46a3
Коммит
554814097b
|
@ -2,13 +2,13 @@ trigger: none # Only run this pipeline when manually triggered
|
|||
|
||||
resources:
|
||||
pipelines:
|
||||
- pipeline: vscode-azurecontainerapps # identifier to use in pipeline resource variables
|
||||
- pipeline: build # identifier to use in pipeline resource variables
|
||||
source: \Azure Tools\VSCode\Extensions\vscode-azurecontainerapps # name of the pipeline that produces the artifacts
|
||||
repositories:
|
||||
- repository: azExtTemplates
|
||||
type: github
|
||||
name: microsoft/vscode-azuretools
|
||||
ref: alex/release-template
|
||||
ref: main
|
||||
endpoint: GitHub-AzureTools # The service connection to use when accessing this repository
|
||||
|
||||
variables:
|
||||
|
@ -20,5 +20,5 @@ variables:
|
|||
extends:
|
||||
template: azure-pipelines/release-extension.yml@azExtTemplates
|
||||
parameters:
|
||||
pipelineID: $(resources.pipeline.vscode-azurecontainerapps.pipelineID)
|
||||
runID: $(resources.pipeline.vscode-azurecontainerapps.runID)
|
||||
pipelineID: $(resources.pipeline.build.pipelineID)
|
||||
runID: $(resources.pipeline.build.runID)
|
||||
|
|
Загрузка…
Ссылка в новой задаче