Skip to content

Readme refers to NuGet nightly builds that don't seem to exist #537

@AndrewBennet

Description

@AndrewBennet

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

No one assigned

    Labels

    Needs: Author FeedbackIssues and PRs that are waiting on the author's response

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions