Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Ryan Newington
2023-02-02 08:08:41 +11:00
parent bb5f5689a0
commit 9c1f89dfc8
+1 -1
View File
@@ -166,6 +166,6 @@ stages:
displayName: 'Publish nuget package to public feed'
inputs:
command: 'push'
packagesToPush: '$(Pipeline.Workspace)/**/*.nupkg;$(Pipeline.Workspace)/**/*.snupkg'
packagesToPush: '$(Pipeline.Workspace)/**/*.nupkg'
nuGetFeedType: 'external'
publishFeedCredentials: 'WindowsCredentialProviderNuget'