From 66507e3708dab672e968fb6d4a24b2eac5ae4a27 Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Thu, 2 Feb 2023 07:09:45 +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 ad8cb78..bf3739e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -134,7 +134,7 @@ stages: displayName: Publish symbols to internal feed inputs: command: 'push' - packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg' + packagesToPush: '$(Build.ArtifactStagingDirectory)/*.snupkg' nuGetFeedType: 'internal' publishVstsFeed: '91a552bc-359d-4f28-bdbd-f36f71cfdf81'