File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
eng/pipelines/templates/steps Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -70,12 +70,10 @@ steps:
70
70
ServiceDirectory : ${{ parameters.ServiceDirectory }}
71
71
VerifyAutorest : ${{ parameters.VerifyAutorest }}
72
72
73
- - task : ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
74
- # ComponentGovernance is currently unable to run on pull requests of public projects. Running on non-PR
75
- # builds should be sufficient.
76
- condition : and(succeededOrFailed(), ne(variables['Build.Reason'],'PullRequest'))
77
- displayName : ' Component Detection'
78
-
73
+ - template : ../steps/set-dev-build.yml
74
+ parameters :
75
+ ServiceDirectory : ${{ parameters.ServiceDirectory }}
76
+
79
77
- task : PythonScript@0
80
78
displayName : ' Verify sdist'
81
79
condition : and(succeededOrFailed(), ne(variables['Skip.VerifySdist'],'true'))
You can’t perform that action at this time.
0 commit comments