From d3fade27e51d8b9090cc2a011bea3d30500c01c1 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 15 Oct 2022 14:04:45 +0200 Subject: [PATCH] changed local CI nuget source --- build.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cake b/build.cake index 68882dd..793d766 100644 --- a/build.cake +++ b/build.cake @@ -56,7 +56,7 @@ Task("Push").WithCriteria(branch == "main" || branch == "release").IsDependentOn }; } else { settings = new NuGetPushSettings { - Source = "http://localhost:5000/v3/index.json", + Source = "https://nuget.ellpeck.de/v3/index.json", ApiKey = EnvironmentVariable("BAGET") }; }