Add skip variable for remove test resources to support debugging (#3648)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
parent
ca9a40b6b7
commit
a43622b616
@ -34,5 +34,5 @@ steps:
|
||||
-Force `
|
||||
-Verbose
|
||||
displayName: Remove test resources
|
||||
condition: eq(variables['CI_HAS_DEPLOYED_RESOURCES'], 'true')
|
||||
condition: and(eq(variables['CI_HAS_DEPLOYED_RESOURCES'], 'true'), ne(variables['Skip.RemoveTestResources'], 'true'))
|
||||
continueOnError: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user