Skip to content

Commit

Permalink
Delete compromised nuget api key
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsmal committed Dec 24, 2018
1 parent 055655a commit f4b0b09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Target.create "NuGet" (fun _ ->
Target.create "PublishNuGet" (fun _ ->
Paket.push(fun p ->
{ p with
ApiKey = "oy2h5izsdsh3wk73hrwqz6mvenqyizjeto3xhpt5rcfohe"
PublishUrl = "https://www.nuget.org"
WorkingDir = outputDir })
)
Expand Down

0 comments on commit f4b0b09

Please sign in to comment.