From 9c1f89dfc8d1b4dd9eeea3b6d09706da5e7e284b Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Thu, 2 Feb 2023 08:08:41 +1100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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