Use NUGET_API_KEY to publish first pre-release

This commit is contained in:
Keivn Sommer 2021-05-14 23:33:05 +02:00
parent dd1b0a9edc
commit f738e3bf1e

View File

@ -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));
});
});