[release/11.0.1xx-preview1] Add .NET MAUI baseline manifests for .NET 11 Preview 1#4643
Conversation
… 11 Preview 1 Context: dotnet/source-build-reference-packages#1564 Manual/partial backport of: #4635 * Add .NET MAUI baseline manifests for .NET 11 Preview 1 dotnet/source-build-reference-packages#1564
|
hmm:
|
|
The error is looking for a package on Let me review the package source mappings. |
|
@jonathanpeppers this is the source-build job so it can't use dotnet-public. if it's expected that the package is still referenced in 11.0 then you need to keep it in source-build-reference-packages |
|
Ok, I see. I can undo the "deletion" I did: |
|
This PR should now just be the addition of the .NET 11 manifests now. |
|
I thought the whole point of adding the updated versions was so that they could be referenced. But they aren't being referenced which is why the build failure occurred still looking for the old version. See https://github.com/dotnet/dotnet/blob/release/11.0.1xx-preview1/src/sdk/eng/Versions.props#L151-L163 |
Updated barId and commitSha for sdk in source-manifest.json
Context: dotnet/source-build-reference-packages#1564
Manual/partial backport of: #4635