Skip to content

Commit 34eb57b

Browse files
authored
Merge pull request #9418 from tmeschter/240313-FixOptProfFailure
Use production OptProf tooling
2 parents fd6ac06 + 4dacafb commit 34eb57b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eng/pipelines/official.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ resources:
5050
- pipeline: DartLab.OptProf
5151
source: DartLab.OptProf
5252
branch: main
53+
tags:
54+
- production
5355
repositories:
5456
# This name is the default value for the 'dartLabTemplatesResourceName 'parameter in single-runsettings.yml.
5557
- repository: DartLabTemplates
@@ -60,7 +62,7 @@ resources:
6062
- repository: DartLabOptProfTemplates
6163
name: DartLab.OptProf
6264
type: git
63-
ref: refs/heads/main
65+
ref: refs/tags/Production
6466
# This repo is used to create the insertion PR into the vs-green repo.
6567
- repository: VSCodeExtensionRepo
6668
type: git

0 commit comments

Comments
 (0)