[release/7.0.2xx] [maestro] Make 'Microsoft.NETCore.App.Ref' depend on 'Microsoft.Dotnet.Sdk.Internal'.#18044
Conversation
…n 'Microsoft.Dotnet.Sdk.Internal'. This way we always get a consistent build (at the cost of flexibility: sometimes we won't be getting 'Microsoft.NETCore.App.Ref' updates for a while if either dotnet/runtime or dotnet/sdk have security fixes in the works, but this shouldn't be much of an issue for a stable .NET version, since we usually work with any dotnet/runtime version at that point). Backport of dotnet#18026.
✅ API diff for current PR / commitNET (empty diffs)
✅ API diff vs stable.NET (No breaking changes)
✅ Generator diffGenerator diff is empty 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 |
💻 [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 |
This comment has been minimized.
This comment has been minimized.
🔥 [CI Build] Test results 🔥Test results❌ Tests failed on VSTS: simulator tests 0 tests crashed, 2 tests failed, 75 tests passed. Failures❌ introspection tests [attempt 2]Details
Html Report (VSDrops) Download Successes
Pipeline on Agent |
|
Test failures are unrelated (#18064). |
1 similar comment
|
Test failures are unrelated (#18064). |
This way we always get a consistent build (at the cost of flexibility:
sometimes we won't be getting 'Microsoft.NETCore.App.Ref' updates for a while
if either dotnet/runtime or dotnet/sdk have security fixes in the works, but
this shouldn't be much of an issue for a stable .NET version, since we usually
work with any dotnet/runtime version at that point).
Backport of #18026.