From b2dae91ab74db97b066a955d580ac7a1419ff778 Mon Sep 17 00:00:00 2001 From: Troy Willmot Date: Sun, 2 Apr 2017 12:57:19 +1200 Subject: [PATCH] Updates to files for publishing latest package to nuget. --- .nuget/NuGet.Config | 6 ++++++ nuget-push.cmd | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .nuget/NuGet.Config diff --git a/.nuget/NuGet.Config b/.nuget/NuGet.Config new file mode 100644 index 0000000..67f8ea0 --- /dev/null +++ b/.nuget/NuGet.Config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/nuget-push.cmd b/nuget-push.cmd index ad73caf..5961a73 100644 --- a/nuget-push.cmd +++ b/nuget-push.cmd @@ -1,2 +1,2 @@ -.nuget\nuget push Yort.Ntp.Portable.1.0.10.nupkg +.nuget\nuget push Yort.Ntp.Portable.1.0.11.nupkg -Source https://www.nuget.org/api/v2/package pause