changed local CI nuget source

This commit is contained in:
Ell 2022-10-15 14:04:45 +02:00
parent 8d689952cc
commit d3fade27e5
1 changed files with 1 additions and 1 deletions

View File

@ -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")
};
}