-
Notifications
You must be signed in to change notification settings - Fork 522
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
[release/8.0.1xx-rc2] Bump dotnet/runtime manually. #19084
[release/8.0.1xx-rc2] Bump dotnet/runtime manually. #19084
Conversation
Changes: dotnet/runtime@287c10d...1757497 Because the .NET SDK has switched over to internal code flow, we have to subscribe to runtime directly. This initial bump I did manually by removing CoherentParentDependency, then I ran the command: $ darc update-dependencies --id 193757 Looking up build with BAR id 193757 cbell Updating 'Microsoft.NET.Runtime.MonoTargets.Sdk': '7.0.7' => '8.0.0-rc.2.23471.3' (from build '20230921.3' of 'https://github.com/dotnet/runtime') Updating 'Microsoft.NETCore.App.Ref': '8.0.0-rc.1.23419.3' => '8.0.0-rc.2.23471.3' (from build '20230921.3' of 'https://github.com/dotnet/runtime') Checking for coherency updates... Using 'Strict' coherency mode. If this fails, a second attempt utilizing 'Legacy' Coherency mode will be made. Updating 'Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport': '8.0.0-rc.2.23463.1' => '8.0.0-rc.2.23469.4' to ensure coherency with [email protected] Updating 'Microsoft.DotNet.Cecil': '0.11.4-alpha.23461.1' => '0.11.4-alpha.23468.2' to ensure coherency with [email protected] Local dependencies updated based on build with BAR id 193757 (20230921.3 from https://github.com/dotnet/runtime@release/8.0-rc2) I got the build number from: https://maestro-prod.westus2.cloudapp.azure.com/3872/https:%2F%2Fgithub.com%2Fdotnet%2Fruntime/latest/graph
I will set this up for Android when we branch for RC 2. Thanks. |
💻 [CI Build] Windows Integration Tests passed 💻✅ All Windows Integration Tests passed. Pipeline on Agent |
📚 [PR Build] Artifacts 📚Packages generatedView packagesPipeline on Agent |
💻 [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) passed 💻✅ All tests on macOS M1 - Mac Big Sur (11.5) passed. Pipeline on Agent |
💻 [PR Build] Tests on macOS M1 - Mac Ventura (13.0) passed 💻✅ All tests on macOS M1 - Mac Ventura (13.0) passed. Pipeline on Agent |
✅ API diff for current PR / commitLegacy Xamarin (No breaking changes)
NET (empty diffs)
✅ API diff vs stableLegacy Xamarin (No breaking changes).NET (No breaking changes)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
🚀 [CI Build] Test results 🚀Test results✅ All tests passed on VSTS: simulator tests. 🎉 All 233 tests passed 🎉 Tests counts✅ bcl: All 69 tests passed. [attempt 2] Html Report (VSDrops) Download Pipeline on Agent |
Changes: dotnet/runtime@287c10d...1757497
Because the .NET SDK has switched over to internal code flow, we have to
subscribe to runtime directly.
This initial bump I did manually by removing CoherentParentDependency, then I ran the command:
I got the build number from:
https://maestro-prod.westus2.cloudapp.azure.com/3872/https:%2F%2Fgithub.com%2Fdotnet%2Fruntime/latest/graph