Skip to content

Commit

Permalink
Added default NuGet URI back to RestorePackages sources (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Apr 14, 2019
1 parent b5ea565 commit b3a4d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Target "RestorePackages" (fun _ ->
{ p with
Project = solutionFile
NoCache = false
AdditionalArgs = [sprintf "-s %s" customSource]})
AdditionalArgs = [sprintf "-s %s -s https://api.nuget.org/v3/index.json" customSource]})
else
DotNetCli.Restore
(fun p ->
Expand Down

0 comments on commit b3a4d16

Please sign in to comment.