-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
Needs: Author FeedbackIssues and PRs that are waiting on the author's responseIssues and PRs that are waiting on the author's response
Description
The README.md describes how to set up a nuget.config to access nightly builds of this package:
Optional for nightly adapter builds: Set up NuGet.config to point to the CI feed:
<configuration> <packageSources> <!--To inherit the global NuGet package sources remove the <clear/> line below --> <clear /> <add key="nuget" value="https://api.nuget.org/v3/index.json" /> <add key=".NET Libraries Daily" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" /> </packageSources> </configuration>
But when configured, the feed does not seem to contain systemwebadapters nightly builds. Visiting the feed URL directly confirms this: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json
Are the nightly builds still supported? Or have they moved elsewhere?
I wanted to get access to the nightly build in order to make use of #527
Metadata
Metadata
Assignees
Labels
Needs: Author FeedbackIssues and PRs that are waiting on the author's responseIssues and PRs that are waiting on the author's response