Skip to content

Commit

Permalink
Define NUGET_API_KEY environment variable in PublishToNuGet context (#52
Browse files Browse the repository at this point in the history
)
  • Loading branch information
markwhitaker authored Jan 3, 2022
1 parent 0b6ba6d commit a212125
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ workflows:
tags:
only: /.*/
- deploy-nuget-package:
# Add to PublishToNuGet context to access the NUGET_API_KEY environment variable
context: PublishToNuGet
requires:
- build
filters:
Expand Down

0 comments on commit a212125

Please sign in to comment.