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

Commit

Permalink
Merge pull request #294 from impressive-mark/add-nuget-package-source
Browse files Browse the repository at this point in the history
Fix failing build on dev machine configured for NuGet V3
  • Loading branch information
Jérémie Bertrand committed Jan 11, 2016
2 parents 7f54f20 + c7e8cf5 commit ad62fa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/.nuget/NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSources>
<add key="NuGet official package source" value="https://www.nuget.org/api/v2" />
</packageSources>
</configuration>

0 comments on commit ad62fa1

Please sign in to comment.