[CI] Remove the APIScan stage from the main ci/pr pipeline.

We are trying to reduce the stages so that tests are triggered to just
once. Due to a limitation from VSTS we have to reduce the number of
stages in the main ci, which is the one that triggers the tests.

We already have created two new pipelines that will run the API
scan as soon as packages are built therefore we do not longer need
the stage to be ran.
This commit is contained in:
Manuel de la Pena Saenz 2024-10-08 12:24:42 -04:00
Родитель 85b7f563bb
Коммит 7ac681105e
1 изменённых файлов: 0 добавлений и 8 удалений

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

@ -186,14 +186,6 @@ parameters:
stages:
- ${{ if eq(parameters.runGovernanceTests, true) }}:
- template: ./governance/stage.yml
parameters:
isPR: ${{ parameters.isPR }}
repositoryAlias: ${{ parameters.repositoryAlias }}
commit: ${{ parameters.commit }}
stageDisplayNamePrefix: ${{ parameters.stageDisplayNamePrefix }}
- stage: configure_build
displayName: '${{ parameters.stageDisplayNamePrefix }}Configure'
dependsOn: ${{ parameters.dependsOn }}