File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
eng/pipelines/templates/jobs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 - ${{ if parameters.UseFederatedAuth }} :
103103 - task : AzurePowerShell@5
104104 displayName : " Test Packages - Federated Auth"
105- condition : and(succeeded(), eq(variables['CI_HAS_DEPLOYED_RESOURCES'], 'true')))
105+ condition : and(succeeded(), eq(variables['CI_HAS_DEPLOYED_RESOURCES'], 'true'))
106106 timeoutInMinutes : ${{ parameters.TimeoutInMinutes }}
107107 env :
108108 CIBW_BUILD_VERBOSITY : 3
@@ -127,7 +127,7 @@ jobs:
127127 - ${{ else }} :
128128 - task : Powershell@2
129129 displayName : " Test Packages"
130- condition : and(succeeded(), eq(variables['CI_HAS_DEPLOYED_RESOURCES'], 'true')))
130+ condition : and(succeeded(), eq(variables['CI_HAS_DEPLOYED_RESOURCES'], 'true'))
131131 timeoutInMinutes : ${{ parameters.TimeoutInMinutes }}
132132 env :
133133 CIBW_BUILD_VERBOSITY : 3
You can’t perform that action at this time.
0 commit comments