Skip to content

Commit

Permalink
Merge pull request #1551 from zvirja/specify-default-nuget-source
Browse files Browse the repository at this point in the history
Specify default nuget source
  • Loading branch information
matthid authored May 10, 2017
2 parents 5df6bb2 + b4cb7e5 commit e9bffb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ paket-files/
*/.vagrant/*
# Ignore VS2015 folder
.vs/
# Ignore JetBrains Rider folder
.idea/

Samples/WebNpmGrunt/node_modules
.fake
2 changes: 1 addition & 1 deletion src/app/FakeLib/NuGet/NugetHelper.fs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ let NuGetDefaults() =
IncludeReferencedProjects = false
OutputPath = "./NuGet"
WorkingDir = "./NuGet"
PublishUrl = null
PublishUrl = "https://www.nuget.org/api/v2/package"
AccessKey = null
NoDefaultExcludes = false
NoPackageAnalysis = false
Expand Down

0 comments on commit e9bffb2

Please sign in to comment.