File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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
3739parameters :
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
You can’t perform that action at this time.
0 commit comments