diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4f8d1dd..08f5c34 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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' \ No newline at end of file