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