Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Ryan Newington
2023-02-01 09:55:10 +11:00
parent 6d6e9eb409
commit 96e20c86e7
+5 -6
View File
@@ -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'