-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload dependency graph and add badge #9799
Upload dependency graph and add badge #9799
Conversation
@@ -59,12 +59,14 @@ steps: | |||
|
|||
- task: PythonScript@0 | |||
displayName: 'Verify sdist' | |||
condition: ne(variables['Skip.VerifySdist'],'true') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These conditions need to have the succeeded()
added to them.
vmImage: 'windows-2019' | ||
|
||
steps: | ||
- template: ../steps/analyze.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't this cause all the analyze steps to happen both here and in every pipeline? shouldn't there be some filtering of some sort?
Upload dependency report to artifact blob location and add badge to refer this graph from github repo