We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5881a86 commit cabe44aCopy full SHA for cabe44a
eng/pipelines/templates/jobs/dnup/dnup-library-package.yml
@@ -70,6 +70,6 @@ jobs:
70
displayName: 🟣 Publish packages to AzDO
71
inputs:
72
useDotNetTask: true
73
- packagesToPush: '!$(System.DefaultWorkingDirectory)/packages/Release/**/*.symbols.nupkg;$(System.DefaultWorkingDirectory)/packages/Release/**/*.nupkg'
74
- packageParentPath: $(System.DefaultWorkingDirectory)/packages/Release
+ packagesToPush: '$(Build.SourcesDirectory)/artifacts/packages/Release/**/*.nupkg;!$(Build.SourcesDirectory)/artifacts/packages/Release/**/*.symbols.nupkg'
+ packageParentPath: $(Build.SourcesDirectory)/artifacts/packages/Release
75
publishVstsFeed: public/dotnet-tools
0 commit comments