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 failOnStderr: true
showWarnings: true showWarnings: true
- task: DotNetCoreCLI@2 - task: NuGetCommand@2
displayName: dotnet push displayName: 'NuGet push'
inputs: inputs:
command: 'push' command: push
packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg' nuGetFeedType: external
nuGetFeedType: 'external' publishFeedCredentials: 'WindowsCredentialProviderNuget'
publishFeedCredentials: 'WindowsCredentialProviderNuget'