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