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

Unable to build last commit in master #1709

Closed
AlexandreHeuze opened this issue Nov 3, 2013 · 3 comments
Closed

Unable to build last commit in master #1709

AlexandreHeuze opened this issue Nov 3, 2013 · 3 comments

Comments

@AlexandreHeuze
Copy link

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

@AlexandreHeuze
Copy link
Author

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.

@analogrelay
Copy link
Contributor

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.

@AlexandreHeuze
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants