mirror of
https://github.com/Biarity/Sieve.git
synced 2025-01-19 00:22:48 +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
|
||||
.SetTargetPath(x)
|
||||
.SetSource("https://api.nuget.org/v3/index.json")
|
||||
.SetApiKey("xxxxxxx"));
|
||||
.SetApiKey(NUGET_API_KEY));
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user