Skip to content

Commit

Permalink
Minor param changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmwebb-lv committed Apr 19, 2024
1 parent c854e76 commit 75016ac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- name: 'Run: Compile, Pack, Push'
run: ./build.cmd Compile Pack Push
env:
NuGetApiKey: ${{ secrets.NUGET_API_KEY }}
NUGETAPIKEY: ${{ secrets.NUGETAPIKEY }}
2 changes: 1 addition & 1 deletion .nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"type": "boolean",
"description": "Disables displaying the NUKE logo"
},
"NuGetApiKey": {
"NUGETAPIKEY": {
"type": "string",
"default": "Secrets must be entered via 'nuke :secrets [profile]'"
},
Expand Down
3 changes: 2 additions & 1 deletion .nuke/parameters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "./build.schema.json",
"Solution": "Src/RCommon.sln",
"Configuration": "Release"
"Configuration": "Release",
"NUGETAPIKEY": "v1:+IfO5v0voSnBGWyvd5RKGczRFSP0u5SaejpBSJRD492E2eI2yx49qzIfm5+DE4t0"
}
2 changes: 2 additions & 0 deletions Build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
<NukeScriptDirectory>..</NukeScriptDirectory>
<NukeTelemetryVersion>1</NukeTelemetryVersion>
<IsPackable>false</IsPackable>
<UserSecretsId>16854301-8bc7-4d72-a537-a9491bfca591</UserSecretsId>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.1" />
<PackageReference Include="Nuke.Common" Version="8.0.0" />
<PackageReference Include="Nuke.GitHub" Version="5.0.1" />
</ItemGroup>
Expand Down

0 comments on commit 75016ac

Please sign in to comment.