[CI[ Re-enable the upload of the api diff. (#14409)

This commit is contained in:
Manuel de la Pena 2022-03-15 15:41:36 -04:00 коммит произвёл GitHub
Родитель b859c6d8f3
Коммит 1f9998a5db
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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'] ]