diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9fefd30..a630f2b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -49,5 +49,5 @@ steps: - powershell: | If ($env:BRANCH.StartsWith('refs/tags/')) { nuget push -ApiKey $env:APIKEY -Source https://api.nuget.org/v3/index.json $(Build.ArtifactStagingDirectory)/**/*.nupkg } env: - #APIKEY: $(nuget-apikey) + APIKEY: $(nuget-apikey) BRANCH: $(Build.SourceBranch) \ No newline at end of file