-
Notifications
You must be signed in to change notification settings - Fork 792
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
Fix load order of ProjectStaging and restrict package version validation to only official builds #6041
Conversation
Tested in https://dev.azure.com/dnceng/internal/_build/results?buildId=2660769 and compared artifacts to the latest release (9.3). |
a37fef3
to
0804d78
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.
Other than the above comments, the rest of the changes look good to me. I'm assuming you've ran a stable build with this and validated that the right packages are still marked as prerelease?
I'm running tests now. |
src/Libraries/Microsoft.AspNetCore.Testing/Microsoft.AspNetCore.Testing.csproj
Show resolved
Hide resolved
...aries/Microsoft.Extensions.Diagnostics.Probes/Microsoft.Extensions.Diagnostics.Probes.csproj
Show resolved
Hide resolved
src/Libraries/Microsoft.Extensions.Hosting.Testing/Microsoft.Extensions.Hosting.Testing.csproj
Show resolved
Hide resolved
...aries/Microsoft.Extensions.Options.Contextual/Microsoft.Extensions.Options.Contextual.csproj
Show resolved
Hide resolved
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.
Left a couple of super minor comments, but this looks good to go otherwise. Thanks a lot for the hard work on this and on getting it back and enabled.
…ion to only official builds
….3 release" This reverts commit 092d941.
…validation to only official builds
…validation to only official builds
…validation to only official builds
…validation to only official builds
…version validation to only official builds" This reverts commit d953d0a.
…validation to only official builds
…validation to only official builds
Ok, the build is green, merging. |
Reinstate #5864.