-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Validate local development scenarios in CI #57492
Conversation
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.
LGTM, but can you run an internal build against this branch to confirm the ci.yml changes didn't bust anything? Just push the branch to https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore & queue a build of https://dev.azure.com/dnceng/internal/_build?definitionId=21 against that branch
The internal build passed; I'm going to merge this now. |
Adds a check to ensure that local development scenarios are not broken:
This check can be further extended with additional scenarios as we see fit.
Fixes #56237