Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Fix failing build on dev machine configured for NuGet V3 #294

Merged
merged 1 commit into from Jan 11, 2016
Merged

Fix failing build on dev machine configured for NuGet V3 #294

merged 1 commit into from Jan 11, 2016

Conversation

TimMurphy
Copy link
Contributor

Pretzel build script (.\BuildScripts\build.cmd) uses NuGet 2.8
(.\src.nuget\NuGet.exe). If the development machine only has Visual
Studio 2015 then its probably configured for NuGet V3 and therefore
the build fails.

This commit adds <packageSources> ... </packageSources> to
.\src.nuget\NuGet.Config to remove build machine dependencies.

Pretzel build script (.\BuildScripts\build.cmd) uses NuGet 2.8
(.\src\.nuget\NuGet.exe). If the development machine only has Visual
Studio 2015 then its probably configured for NuGet V3 and therefore
the build fails.

This commit adds <packageSources> ... </packageSources> to
.\src\.nuget\NuGet.Config to remove build machine dependencies.
@laedit
Copy link
Member

laedit commented Jan 11, 2016

Thanks! 😃

laedit pushed a commit that referenced this pull request Jan 11, 2016
Fix failing build on dev machine configured for NuGet V3
@laedit laedit merged commit ad62fa1 into Code52:master Jan 11, 2016
@TimMurphy TimMurphy deleted the add-nuget-package-source branch January 11, 2016 18:32
@laedit laedit added the Bug label Jan 23, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants