commit f8bc85215c49dfb93517ea4cecd5304e17ce4507 parent 5c36f00264dc9ea6ee4a4db0ef6fdc5fe4c516ce Author: MikoĊaj Lenczewski <mikolaj.lenczewski308@gmail.com> Date: Wed, 10 Jun 2020 18:47:04 +0100 Update azure-pipelines.yml for Azure Pipelines Diffstat:
| M | azure-pipelines.yml | | | 13 | ++++++++++++- |
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -54,7 +54,6 @@ steps: - task: NuGetAuthenticate@0 inputs: - nuGetServiceConnections: '$(nugetConnName)' forceReinstallCredentialProvider: true - task: NuGetCommand@2 @@ -65,3 +64,15 @@ steps: noCache: true disableParallelProcessing: true publishVstsFeed: 'f9dc36eb-1775-45c6-a7f2-64cb96034463/ddde3a7f-a830-43ac-a25a-3fde3da1abcf' + +- task: NuGetAuthenticate@0 + inputs: + nuGetServiceConnections: '$(nugetConnName)' + +- task: NuGetCommand@2 + inputs: + command: 'push' + packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;$(Build.ArtifactStagingDirectory)/**/*.snupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg' + nuGetFeedType: 'external' + noCache: true + disableParallelProcessing: true