We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758a566 commit 6917e6cCopy full SHA for 6917e6c
1 file changed
eng/pipelines/optprof.yml
@@ -20,6 +20,8 @@ resources:
20
- pipeline: DartLab.OptProf
21
source: DartLab.OptProf
22
branch: main
23
+ tags:
24
+ - production
25
repositories:
26
- repository: DartLabTemplates
27
type: git
@@ -28,7 +30,7 @@ resources:
28
30
- repository: DartLabOptProfTemplates
29
31
32
name: DartLab.OptProf
- ref: refs/heads/main
33
+ ref: refs/tags/Production
34
35
parameters:
36
# Whether or not commit should be tagged for manual deployments
0 commit comments