From 2bedf5bbf9e1d90ba8fe922324ba2749201b232e Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Mon, 14 Mar 2022 15:31:39 -0400 Subject: [PATCH] [CI[ Re-enable the upload of the api diff. --- tools/devops/automation/templates/build/stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/devops/automation/templates/build/stage.yml b/tools/devops/automation/templates/build/stage.yml index 407281b2d301..cb32765d3d6a 100644 --- a/tools/devops/automation/templates/build/stage.yml +++ b/tools/devops/automation/templates/build/stage.yml @@ -198,7 +198,7 @@ jobs: dependsOn: # can start as soon as the tests are done and the api diff - build - api_diff - condition: and(succeededOrFailed() , contains (dependencies.build.outputs['runTests.TESTS_RAN'], 'True')) # only run when we did run the tests + condition: succeededOrFailed() variables: API_GENERATOR_DIFF_BUILT: $[ dependencies.api_diff.outputs['apiGeneratorDiff.API_GENERATOR_BUILT'] ]