Conversation
|
Azure Pipelines: 16 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Co-authored-by: rzikm <32671551+rzikm@users.noreply.github.com>
|
Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival |
|
@copilot This PR targets |
I verified PR #134037 is currently based on |
|
@copilot I retargeted the PR to release/8.0-staging, you need to rebase the changes to that branch as well so that we don't include unrelated commits |
|
@copilot I retargeted the PR to release/8.0-staging, you need to rebase the changes to that branch as well so that we don't include unrelated commits |
|
Tagging subscribers to this area: @dotnet/ncl, @bartonjs, @vcsjones |
I recreated the branch locally on top of |
|
I can't update the branch (the ref is not visible), so I will raise PR manually |
main PR N/A — .NET 8 servicing-only CI configuration change.
Description
.NET 8 mobile targets are out of support, but the extra-platforms pipeline still scheduled Android/mobile legs that can fail on unsupported TLS 1.1 behavior.
runtime-extra-platforms.yml:Customer Impact
Reduces unsupported .NET 8 mobile CI noise blocking servicing flow validation.
Regression
No. This removes unsupported CI coverage rather than changing product behavior.
Testing
YAML-only change; validated by targeted inspection.
Risk
Low. The change only stops the aggregate extra-platforms pipeline from including unsupported mobile queues.
Package authoring no longer needed in .NET 9
IMPORTANT: Starting with .NET 9, you no longer need to edit a NuGet package's csproj to enable building and bump the version.
Keep in mind that we still need package authoring in .NET 8 and older versions.