Skip to content

Commit 3427406

Browse files
authored
Merge pull request #302 from AArnott/optprof_fixes2
Touch-up optprof pipelines
2 parents 194b295 + a5f5da9 commit 3427406

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines/OptProf_part2.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ resources:
1414
- pipeline: DartLab.OptProf
1515
source: DartLab.OptProf
1616
branch: main
17+
tags:
18+
- production
1719
repositories:
1820
- repository: DartLabTemplates
1921
type: git
@@ -22,7 +24,7 @@ resources:
2224
- repository: DartLabOptProfTemplates
2325
type: git
2426
name: DartLab.OptProf
25-
ref: refs/heads/main
27+
ref: refs/tags/Production
2628

2729
parameters:
2830

0 commit comments

Comments
 (0)