Pass TestResourcesDirectory from deploy-test-resources.yml to New-TestResources.ps1 (#6646)
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
This commit is contained in:
parent
5db36bdcdf
commit
18a1d27d33
@ -1,5 +1,6 @@
|
||||
parameters:
|
||||
ServiceDirectory: ''
|
||||
TestResourcesDirectory: ''
|
||||
ArmTemplateParameters: '@{}'
|
||||
DeleteAfterHours: 8
|
||||
Location: ''
|
||||
@ -98,6 +99,7 @@ steps:
|
||||
eng/common/TestResources/New-TestResources.ps1 `
|
||||
-ResourceType '${{ parameters.ResourceType }}' `
|
||||
-ServiceDirectory '${{ parameters.ServiceDirectory }}' `
|
||||
-TestResourcesDirectory '${{ parameters.TestResourcesDirectory }}' `
|
||||
-Location '${{ parameters.Location }}' `
|
||||
-DeleteAfterHours '${{ parameters.DeleteAfterHours }}' `
|
||||
@subscriptionConfiguration `
|
||||
@ -142,6 +144,7 @@ steps:
|
||||
eng/common/TestResources/New-TestResources.ps1 `
|
||||
-ResourceType '${{ parameters.ResourceType }}' `
|
||||
-ServiceDirectory '${{ parameters.ServiceDirectory }}' `
|
||||
-TestResourcesDirectory '${{ parameters.TestResourcesDirectory }}' `
|
||||
-Location '${{ parameters.Location }}' `
|
||||
-DeleteAfterHours '${{ parameters.DeleteAfterHours }}' `
|
||||
@subscriptionConfiguration `
|
||||
|
||||
Loading…
Reference in New Issue
Block a user