Skip to content

Commit c116a3b

Browse files
authored
Update .opt-prof.yml (#11121)
1 parent d747003 commit c116a3b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.opt-prof.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ resources:
2424
- pipeline: DartLab.OptProf
2525
source: DartLab.OptProf
2626
branch: main
27+
tags:
28+
- production
2729
repositories:
2830
- repository: DartLabTemplates
2931
type: git
@@ -32,7 +34,7 @@ resources:
3234
- repository: DartLabOptProfTemplates
3335
type: git
3436
name: DartLab.OptProf
35-
ref: refs/heads/main
37+
ref: refs/tags/Production
3638

3739
parameters:
3840
# Whether or not to delete the test machines after the run completes
@@ -53,6 +55,7 @@ stages:
5355
name: OptProfProfilingWorkflow
5456
displayName: OptProf Profiling Workflow
5557
optOptimizationInputsDropName: $(OptimizationInputsDropName)
58+
cloudBuildResourceName: ComponentBuildUnderTest
5659
testLabPoolName: VS-Platform # The test lab pool to run your tests in
5760
testMachineCleanUpStrategy: ${{parameters.testMachineCleanUpStrategy}}
5861
testMachineImageName: Windows-11-Enterprise-23H2

0 commit comments

Comments
 (0)