We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9e36c commit 2fab17bCopy full SHA for 2fab17b
build.fsx
@@ -29,7 +29,7 @@ Target "nuget-package" (fun () ->
29
Target "nuget-push" (fun () ->
30
let nupkgPath = Directory.EnumerateFiles("dist", "*.nupkg").First()
31
32
- exec "tools/nuget.exe" ("push " + nupkgPath)
+ exec "tools/nuget.exe" (sprintf "push %s -Source https://api.nuget.org/v3/index.json" nupkgPath)
33
)
34
35
"restore"
0 commit comments