From ed266339f2ed1b5dfa47fd16d6c68244b3f2242a Mon Sep 17 00:00:00 2001 From: Matteo Cominetti Date: Tue, 15 Sep 2020 15:20:09 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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