-
Notifications
You must be signed in to change notification settings - Fork 37
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
Migrate test pipelines to GH actions #330
Comments
@mikeharder so I merged this: And here is an example run: Now, ignoring the warnings about deprecated action versions for a moment. Per @scbedd, package publication to public package manager must go through official 1ES templates. In this repo this happens via Azure DevOps pipeline, which depends on building as seen here:
Hence now that we have GitHub action also building and testing, we have duplication. To deduplicate we would have to ensure that the drop from GitHub action is taken as input by the ADO pipeline doing the publishing. I think it reads the drop in these lines:
Do you have any experience with reading from ADO pipeline a drop made by GitHub actions? I think it would be worthwhile for us to figure this out, otherwise we would have to maintain build ADO pipeline for all our tools that publish to public package manager. Did what I wrote make sense? |
Per my chat with @mikeharder:
|
No description provided.
The text was updated successfully, but these errors were encountered: