We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6841e8e commit ffc7a38Copy full SHA for ffc7a38
eng/pipelines/templates/steps/build-test.yml
@@ -61,6 +61,7 @@ steps:
61
- ${{ if eq('true', parameters.UseFederatedAuth) }}:
62
63
- task: AzurePowerShell@5
64
+ condition: false
65
displayName: Run Tests (AzurePowerShell@5)
66
env:
67
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
0 commit comments