From 96e20c86e7a3822371e52cb948319769518ab9cf Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Wed, 1 Feb 2023 09:55:10 +1100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4a63e84..49846ff 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -104,10 +104,9 @@ steps: failOnStderr: true showWarnings: true -- task: DotNetCoreCLI@2 - displayName: dotnet push +- task: NuGetCommand@2 + displayName: 'NuGet push' inputs: - command: 'push' - packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg' - nuGetFeedType: 'external' - publishFeedCredentials: 'WindowsCredentialProviderNuget' + command: push + nuGetFeedType: external + publishFeedCredentials: 'WindowsCredentialProviderNuget' \ No newline at end of file