From 21bcedb8d071d03c6b6fb5093e896d4760d9fac2 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Thu, 12 May 2016 00:39:51 +0200 Subject: [PATCH] Updated MyGet URL --- nuget/build-appveyor.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuget/build-appveyor.ps1 b/nuget/build-appveyor.ps1 index ce9d12f290..d1c2991eb2 100644 --- a/nuget/build-appveyor.ps1 +++ b/nuget/build-appveyor.ps1 @@ -27,7 +27,7 @@ if ([string]::IsNullOrWhiteSpace($pullreq)) echo "Repo branch matched" foreach($pkg in $Packages) { - nuget.exe push "$($pkg).$($version).nupkg" $key -Source https://www.myget.org/F/avalonia-nightly/api/v2/package + nuget.exe push "$($pkg).$($version).nupkg" $key -Source https://www.myget.org/F/avalonia-ci/api/v2/package } } }