Skip to content

Commit 77c5ecf

Browse files
committed
Fixed condition
1 parent 52208c5 commit 77c5ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure/new_pipelines/deploy-int-job.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ jobs:
226226
227227
- task: PublishTestResults@2
228228
displayName: 'Publish test results'
229-
condition: always()
229+
condition: eq(1, 2)
230230
inputs:
231231
testResultsFiles: '$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/tests/test-report.xml'
232232
failTaskOnFailedTests: true
233-
condition: eq(1, 2)
233+

0 commit comments

Comments
 (0)