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 11parameters :
22 ServiceDirectory : ' '
3+ TestResourcesDirectory : ' '
34 ArmTemplateParameters : ' @{}'
45 DeleteAfterHours : 8
56 Location : ' '
9899 eng/common/TestResources/New-TestResources.ps1 `
99100 -ResourceType '${{ parameters.ResourceType }}' `
100101 -ServiceDirectory '${{ parameters.ServiceDirectory }}' `
102+ -TestResourcesDirectory '${{ parameters.TestResourcesDirectory }}' `
101103 -Location '${{ parameters.Location }}' `
102104 -DeleteAfterHours '${{ parameters.DeleteAfterHours }}' `
103105 @subscriptionConfiguration `
@@ -142,6 +144,7 @@ steps:
142144 eng/common/TestResources/New-TestResources.ps1 `
143145 -ResourceType '${{ parameters.ResourceType }}' `
144146 -ServiceDirectory '${{ parameters.ServiceDirectory }}' `
147+ -TestResourcesDirectory '${{ parameters.TestResourcesDirectory }}' `
145148 -Location '${{ parameters.Location }}' `
146149 -DeleteAfterHours '${{ parameters.DeleteAfterHours }}' `
147150 @subscriptionConfiguration `
You can’t perform that action at this time.
0 commit comments