-
Notifications
You must be signed in to change notification settings - Fork 401
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
Use GitHub Actions #2091
base: main
Are you sure you want to change the base?
Use GitHub Actions #2091
Conversation
93a203e
to
b8d63a7
Compare
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.
This is a great start!
I think we need two more things:
Both of these I think will be very similar to what Windows does. They have stages already set up and the secrets they are using are org secrets, so those should be available to us.
We "just" need to check the conditions here and make sure that they match out release procedure with creating a git tag and then using the version number from that.
b8d63a7
to
c56245e
Compare
Can we check to see what code coverage reports we will get? Well we be getting similar to what we get from Azure DevOps? |
Description of Change
Initial migration from Azure Pipeline to GitHub Actions.
Skipped NuGet publish.
Linked Issues
PR Checklist
approved
(bug) orChampioned
(feature/proposal)main
at time of PRAdditional information