dotnet / systemweb-adapters

MIT License
335 stars 59 forks source link

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

Open AndrewBennet opened 3 weeks ago

AndrewBennet commented 3 weeks ago

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 https://github.com/dotnet/systemweb-adapters/pull/527

twsouthwick commented 2 weeks ago

have you selected the "Show pre-release packages"? I'm seeing the releases when I look at the feed

image

Try version 2.0.0-preview1.24416.1