File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1
1
parameters :
2
2
ServiceDirectory : ' '
3
+ TestResourcesDirectory : ' '
3
4
ArmTemplateParameters : ' @{}'
4
5
DeleteAfterHours : 8
5
6
Location : ' '
98
99
eng/common/TestResources/New-TestResources.ps1 `
99
100
-ResourceType '${{ parameters.ResourceType }}' `
100
101
-ServiceDirectory '${{ parameters.ServiceDirectory }}' `
102
+ -TestResourcesDirectory '${{ parameters.TestResourcesDirectory }}' `
101
103
-Location '${{ parameters.Location }}' `
102
104
-DeleteAfterHours '${{ parameters.DeleteAfterHours }}' `
103
105
@subscriptionConfiguration `
@@ -142,6 +144,7 @@ steps:
142
144
eng/common/TestResources/New-TestResources.ps1 `
143
145
-ResourceType '${{ parameters.ResourceType }}' `
144
146
-ServiceDirectory '${{ parameters.ServiceDirectory }}' `
147
+ -TestResourcesDirectory '${{ parameters.TestResourcesDirectory }}' `
145
148
-Location '${{ parameters.Location }}' `
146
149
-DeleteAfterHours '${{ parameters.DeleteAfterHours }}' `
147
150
@subscriptionConfiguration `
You can’t perform that action at this time.
0 commit comments