Skip to content

Commit b43ad35

Browse files
committed
Fixed nuget issue (invalid source)
1 parent 3bfccdb commit b43ad35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ do xake {ExecOptions.Default with ConLogLevel = Verbosity.Chatty } {
204204
let package_name = sprintf "Xake.%s.nupkg" (ver =? DEF_VER)
205205

206206
let! nuget_key = getEnv("NUGET_KEY")
207-
do! nuget_exe ["push"; "nupkg" </> package_name; nuget_key =? ""; "-Source"; "nuget.org"]
207+
do! nuget_exe ["push"; "nupkg" </> package_name; nuget_key =? ""; "-Source"; "https://www.nuget.org/api/v2/package"]
208208
}
209209
]
210210
}

0 commit comments

Comments
 (0)