Skip to content
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

Merged
merged 8 commits into from
Feb 14, 2020

Conversation

praveenkuttappan
Copy link
Member

Upload dependency report to artifact blob location and add badge to refer this graph from github repo

@praveenkuttappan praveenkuttappan merged commit b3af1eb into Azure:master Feb 14, 2020
@@ -59,12 +59,14 @@ steps:

- task: PythonScript@0
displayName: 'Verify sdist'
condition: ne(variables['Skip.VerifySdist'],'true')
Copy link
Member

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
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants