set dev build before continuing onto steps that utilize the artifacts (#35711)
This commit is contained in:
Родитель
753f5d778d
Коммит
440b38e438
|
@ -70,12 +70,10 @@ steps:
|
|||
ServiceDirectory: ${{ parameters.ServiceDirectory }}
|
||||
VerifyAutorest: ${{ parameters.VerifyAutorest }}
|
||||
|
||||
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
|
||||
# ComponentGovernance is currently unable to run on pull requests of public projects. Running on non-PR
|
||||
# builds should be sufficient.
|
||||
condition: and(succeededOrFailed(), ne(variables['Build.Reason'],'PullRequest'))
|
||||
displayName: 'Component Detection'
|
||||
|
||||
- template: ../steps/set-dev-build.yml
|
||||
parameters:
|
||||
ServiceDirectory: ${{ parameters.ServiceDirectory }}
|
||||
|
||||
- task: PythonScript@0
|
||||
displayName: 'Verify sdist'
|
||||
condition: and(succeededOrFailed(), ne(variables['Skip.VerifySdist'],'true'))
|
||||
|
|
Загрузка…
Ссылка в новой задаче