Skip to content

Commit bbb7173

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent a16a66e commit bbb7173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ steps:
4949
- powershell: |
5050
If ($env:BRANCH.StartsWith('refs/tags/')) { nuget push -ApiKey $env:APIKEY -Source https://api.nuget.org/v3/index.json $(Build.ArtifactStagingDirectory)/**/*.nupkg }
5151
env:
52-
#APIKEY: $(nuget-apikey)
52+
APIKEY: $(nuget-apikey)
5353
BRANCH: $(Build.SourceBranch)

0 commit comments

Comments
 (0)