diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6dea1b2..b2eb133 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -46,6 +46,4 @@ steps: ArtifactName: 'artifact' publishLocation: 'Container' -- script: nuget push -ApiKey $env:APIKEY -Source https://api.nuget.org/v3/index.json $(Build.ArtifactStagingDirectory)/**/*.nupkg - env: - APIKEY: $(nuget-apikey) \ No newline at end of file +- script: nuget push -ApiKey $NUGET-APIKEY -Source https://api.nuget.org/v3/index.json $(Build.ArtifactStagingDirectory)/**/*.nupkg \ No newline at end of file