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.
1 parent db08a65 commit 8b2ff87Copy full SHA for 8b2ff87
eng/pipelines/release-promotion.yml
@@ -1,12 +1,6 @@
1
trigger: none
2
pr: none
3
4
-resources:
5
- pipelines:
6
- # https://dev.azure.com/dnceng/internal/_build?definitionId=1434
7
- - pipeline: dotnet-docker-release-staging
8
- source: dotnet-docker-release-staging
9
-
10
variables:
11
- template: /eng/pipelines/variables/core.yml@self
12
parameters:
@@ -18,6 +12,10 @@ variables:
18
value: ""
19
13
20
14
resources:
15
+ pipelines:
16
+ # https://dev.azure.com/dnceng/internal/_build?definitionId=1434
17
+ - pipeline: dotnet-docker-release-staging
+ source: dotnet-docker-release-staging
21
repositories:
22
- repository: VersionsRepo
23
type: github
0 commit comments