From bbd18dcd8788c120970adaa76d407cbdf20c39a1 Mon Sep 17 00:00:00 2001 From: Matteo Cominetti Date: Wed, 1 Jul 2020 13:59:28 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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