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

Added the ability to provide presteps for the publish template #15325

Closed
wants to merge 1 commit into from

Conversation

MiYanni
Copy link
Member

@MiYanni MiYanni commented Dec 10, 2024

Summary

We're having an issue with the BinSkim tool in the dotnet SDK that it our filter requires the folders exist ahead of time, or BinSkim fails. The publish template has no way to inject steps into that job, which would allow us to create the folder prior to BinSkim running. This PR adds that ability for presteps, which the same logic in the job.yml template for normal jobs.

@MiYanni MiYanni requested a review from a team December 11, 2024 22:35
@mmitche
Copy link
Member

mmitche commented Dec 11, 2024

@MiYanni do you have a link to a failing build that this will help?

@MiYanni
Copy link
Member Author

MiYanni commented Dec 12, 2024

@mmitche
Copy link
Member

mmitche commented Dec 18, 2024

I think this is no longer required after the change in approach.

@mmitche mmitche closed this Dec 18, 2024
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.

2 participants