File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ resources:
24
24
- pipeline : DartLab.OptProf
25
25
source : DartLab.OptProf
26
26
branch : main
27
+ tags :
28
+ - production
27
29
repositories :
28
30
- repository : DartLabTemplates
29
31
type : git
@@ -32,7 +34,7 @@ resources:
32
34
- repository : DartLabOptProfTemplates
33
35
type : git
34
36
name : DartLab.OptProf
35
- ref : refs/heads/main
37
+ ref : refs/tags/Production
36
38
37
39
parameters :
38
40
# Whether or not to delete the test machines after the run completes
@@ -53,6 +55,7 @@ stages:
53
55
name : OptProfProfilingWorkflow
54
56
displayName : OptProf Profiling Workflow
55
57
optOptimizationInputsDropName : $(OptimizationInputsDropName)
58
+ cloudBuildResourceName : ComponentBuildUnderTest
56
59
testLabPoolName : VS-Platform # The test lab pool to run your tests in
57
60
testMachineCleanUpStrategy : ${{parameters.testMachineCleanUpStrategy}}
58
61
testMachineImageName : Windows-11-Enterprise-23H2
You can’t perform that action at this time.
0 commit comments