From 0b72137d1e09fbd3c92a13a47cdbbb3d26ffce99 Mon Sep 17 00:00:00 2001 From: Matteo Cominetti Date: Wed, 1 Jul 2020 13:54:20 +0100 Subject: [PATCH] I hate Azure Pipelines --- azure-pipelines.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9cf294e..6dea1b2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,10 +18,6 @@ variables: steps: -- powershell: - env: - APIKEY: $(nuget-apikey) - - task: NuGetToolInstaller@1 - task: NuGetCommand@2 @@ -51,3 +47,5 @@ steps: 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