We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e240712 commit 4a1ca0cCopy full SHA for 4a1ca0c
1 file changed
.github/workflows/dotnet.yml
@@ -46,7 +46,7 @@ jobs:
46
# Format of the git tag, [*] gets replaced with actual version
47
#TAG_FORMAT: # optional, default is v*
48
# API key to authenticate with NuGet server
49
- #NUGET_KEY: # optional
+ NUGET_KEY: $NUGET_KEY
50
# NuGet server uri hosting the packages, defaults to https://api.nuget.org
51
#NUGET_SOURCE: # optional, default is https://api.nuget.org
52
# Flag to toggle pushing symbols along with nuget package to the server, disabled by default
0 commit comments