Skip to content
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

Add dotnet9 feeds to runtime flow #1976

Closed
wants to merge 6 commits into from
Closed

Conversation

lewing
Copy link
Member

@lewing lewing commented Oct 20, 2023

No description provided.

dotnet-maestro bot and others added 3 commits October 18, 2023 12:29
…1017.5

Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.Logging
 From Version 8.0.0-rtm.23513.17 -> To Version 9.0.0-alpha.1.23517.5
@ghost ghost added the Community label Oct 20, 2023
@lewing lewing changed the title Fix format Add dotnet9 feeds to runtime flow Oct 20, 2023
NuGet.config Outdated
@@ -7,6 +7,8 @@
<add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
<add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
<add key="dotnet9-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You will need to add these feeds to the package source mapping below.

Copy link
Member Author

@lewing lewing Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the official build is broken on dotnet/format https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=8562091&view=results and it is breaking dotnet/installer#17187 but it isn't related to this part of the feed problem (I need to get some sleep)

@lewing
Copy link
Member Author

lewing commented Oct 20, 2023

split the feed fix out into #1977

@lewing lewing mentioned this pull request Oct 20, 2023
@lewing lewing closed this Oct 20, 2023
@lewing lewing deleted the fix-format branch October 20, 2023 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants