Skip to content

Commit 258986c

Browse files
azure-sdkhallipr
andauthored
Pass TestResourcesDirectory from deploy-test-resources.yml to New-TestResources.ps1 (#2740)
Co-authored-by: Patrick Hallisey <[email protected]>
1 parent 37f30e3 commit 258986c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/common/TestResources/deploy-test-resources.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
parameters:
22
ServiceDirectory: ''
3+
TestResourcesDirectory: ''
34
ArmTemplateParameters: '@{}'
45
DeleteAfterHours: 8
56
Location: ''
@@ -98,6 +99,7 @@ steps:
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 `

0 commit comments

Comments
 (0)