mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53:29 +01:00
changed local CI nuget source
This commit is contained in:
parent
8d689952cc
commit
d3fade27e5
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue