mirror of
https://github.com/Biarity/Sieve.git
synced 2024-12-04 19:16:24 +01:00
Fix nuget target path
This commit is contained in:
parent
f738e3bf1e
commit
8bd9ce85d9
@ -105,7 +105,7 @@ class Build : NukeBuild
|
||||
.ForEach(x =>
|
||||
{
|
||||
DotNetNuGetPush(s => s
|
||||
.SetTargetPath(x)
|
||||
.SetTargetPath(OutputDirectory / x)
|
||||
.SetSource("https://api.nuget.org/v3/index.json")
|
||||
.SetApiKey(NUGET_API_KEY));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user