Skip to content

Commit

Permalink
Add succeeded check to set pipeline subnet info step
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Jul 11, 2024
1 parent fcd2d44 commit fa94a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/TestResources/build-test-resource-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ parameters:
steps:
- task: AzurePowerShell@5
displayName: Set Pipeline Subnet Info
condition: ne(variables['Pool'], '')
condition: and(succeeded(), ne(variables['Pool'], ''))
env: ${{ parameters.EnvVars }}
inputs:
azureSubscription: azure-sdk-tests
Expand Down

0 comments on commit fa94a37

Please sign in to comment.