We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16a66e commit bbb7173Copy full SHA for bbb7173
azure-pipelines.yml
@@ -49,5 +49,5 @@ steps:
49
- powershell: |
50
If ($env:BRANCH.StartsWith('refs/tags/')) { nuget push -ApiKey $env:APIKEY -Source https://api.nuget.org/v3/index.json $(Build.ArtifactStagingDirectory)/**/*.nupkg }
51
env:
52
- #APIKEY: $(nuget-apikey)
+ APIKEY: $(nuget-apikey)
53
BRANCH: $(Build.SourceBranch)
0 commit comments