-
Notifications
You must be signed in to change notification settings - Fork 644
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
Unable to build last commit in master #1709
Comments
I was able to get build work by replacing the source staging.nuget.org by nuget.org in NuGet.targets and also doing some modifications to NuGetGallery.Cloud.ccproj due to some VisualStudioVersion differences. |
We do use staging.nuget.org to allow us to build the site when nuget.org itself is experiencing degraded service. I've updated our package sources to use nuget.org primarily and only fallback to staging.nuget.org during those service outages. |
Great ! That might help people who just want to checkout master and follow an install tutorial without having to scratch their head at some point. Thanks! |
last commit (master) : aa3b8b9
I Tried to execute build.bat in command line:
Script is trying to get Nuget.Core version 2.7.0.1 from staging.nuget.org but no such package with this version is available (latest version I can find on the server is 2.7.0-alpha)
also trying to get other packages (Glimpse) at version 1.6.1 on staging.nuget.org, but latest version I can find on staging is 1.6.0... 1.6.1 is however available on nuget.org. Are you using another server for your tests ?
I can find some packages on nuget.org with the right version but Nuget.Core version 2.7.0.1 is missing both on staging.nuget.org and nuget.org...
Anything missing somewhere ?
I'll try to fix it by editing some files...
Thanks,
Alexandre
The text was updated successfully, but these errors were encountered: