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 fd6ac06 + 4dacafb commit 34eb57bCopy full SHA for 34eb57b
eng/pipelines/official.yml
@@ -50,6 +50,8 @@ resources:
50
- pipeline: DartLab.OptProf
51
source: DartLab.OptProf
52
branch: main
53
+ tags:
54
+ - production
55
repositories:
56
# This name is the default value for the 'dartLabTemplatesResourceName 'parameter in single-runsettings.yml.
57
- repository: DartLabTemplates
@@ -60,7 +62,7 @@ resources:
60
62
- repository: DartLabOptProfTemplates
61
63
name: DartLab.OptProf
64
type: git
- ref: refs/heads/main
65
+ ref: refs/tags/Production
66
# This repo is used to create the insertion PR into the vs-green repo.
67
- repository: VSCodeExtensionRepo
68
0 commit comments