We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5aa7d9 commit 104d67fCopy full SHA for 104d67f
azure/templates/post-deploy.yml
@@ -225,7 +225,7 @@ steps:
225
226
displayName: Run full batch test suite
227
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/e2e_batch"
228
- condition: eq(1, 2) # Disable task but make this step visible in the pipeline
+ condition: eq(1, 1) # Disable task but make this step visible in the pipeline
229
230
- task: PublishTestResults@2
231
displayName: 'Publish test results'
0 commit comments