-
Notifications
You must be signed in to change notification settings - Fork 517
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
[actions] The changelog action now requires .NET 9. #21629
Conversation
So install that, since it doesn't look like it's installed by default yet.
.net ChangeLog for #21629Level 1Generated using https://github.com/spouliot/dotnet-tools/tree/master/changelog |
/sudo backport release/9.0.1xx |
/sudo backport release/8.0.1xx-xcode16.0 |
Backport Job to branch release/8.0.1xx-xcode16.0 Created! The magic is happening here |
Backport Job to branch release/9.0.1xx Created! The magic is happening here |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=10566489 for more details. |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=10566501 for more details. |
…es .NET 9. (#21630) So install that, since it doesn't look like it's installed by default yet. Also build before running, because the new terminal logger for the build in .NET 9 ends up printing junk which ends up in the changelog. Backport of #21629 --------- Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
…#21631) So install that, since it doesn't look like it's installed by default yet. Also build before running, because the new terminal logger for the build in .NET 9 ends up printing junk which ends up in the changelog. Backport of #21629 --------- Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
So install that, since it doesn't look like it's installed by default yet.
Also build before running, because the new terminal logger for the build in .NET 9 ends up printing junk which ends up in the changelog.