mirror of
https://github.com/Biarity/Sieve.git
synced 2025-01-19 08:31:54 +01:00
Use NUGET_API_KEY to publish first pre-release
This commit is contained in:
parent
dd1b0a9edc
commit
f738e3bf1e
@ -107,7 +107,7 @@ class Build : NukeBuild
|
|||||||
DotNetNuGetPush(s => s
|
DotNetNuGetPush(s => s
|
||||||
.SetTargetPath(x)
|
.SetTargetPath(x)
|
||||||
.SetSource("https://api.nuget.org/v3/index.json")
|
.SetSource("https://api.nuget.org/v3/index.json")
|
||||||
.SetApiKey("xxxxxxx"));
|
.SetApiKey(NUGET_API_KEY));
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user