I hate Azure Pipelines

This commit is contained in:
Matteo Cominetti
2020-07-01 13:54:20 +01:00
parent f26b061029
commit 0b72137d1e
+2 -4
View File
@@ -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)