Skip to content

Commit

Permalink
Merge branch 'clean-up-build-file' of github.com:IT-VBFK/fluentassert…
Browse files Browse the repository at this point in the history
…ions into clean-up-build-file
  • Loading branch information
IT-VBFK committed Jan 13, 2023
2 parents 9c51476 + c7b44f0 commit ad73e6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .nuke/build.schema.json
Expand Up @@ -41,7 +41,8 @@
},
"NuGetApiKey": {
"type": "string",
"description": "The key to push to Nuget"
"description": "The key to push to Nuget",
"default": "Secrets must be entered via 'nuke :secrets [profile]'"
},
"Partition": {
"type": "string",
Expand Down
1 change: 1 addition & 0 deletions Build/Build.cs
Expand Up @@ -40,6 +40,7 @@ class Build : NukeBuild
string PullRequestBase => GitHubActions?.BaseRef;

[Parameter("The key to push to Nuget")]
[Secret]
readonly string NuGetApiKey;

[Solution(GenerateProjects = true)]
Expand Down

0 comments on commit ad73e6a

Please sign in to comment.