Skip to content

Commit

Permalink
Fixing path to snupkg file in the pipeline PusToTestFeed task.
Browse files Browse the repository at this point in the history
  • Loading branch information
jooni91 committed Apr 26, 2022
1 parent 4eb1a58 commit 39cab63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -95,7 +95,7 @@ jobs:
- task: NuGetCommand@2
inputs:
command: 'push'
packagesToPush: '$(Pipeline.Workspace)/**/*.nupkg;!$(Pipeline.Workspace)/**/*.symbols.nupkg'
packagesToPush: '$(Pipeline.Workspace)/**/*.nupkg;!$(Pipeline.Workspace)/**/*.snupkg'
nuGetFeedType: 'internal'
publishVstsFeed: 'f9036ec9-eb1c-4aff-a2b8-27fdaa573d0f/29b705d0-eac8-42a7-9230-4bcfe9f83688'
allowPackageConflicts: true
Expand Down

0 comments on commit 39cab63

Please sign in to comment.