Skip to content

Commit cabe44a

Browse files
committed
Fix packages directory
1 parent 5881a86 commit cabe44a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/templates/jobs/dnup/dnup-library-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
displayName: 🟣 Publish packages to AzDO
7171
inputs:
7272
useDotNetTask: true
73-
packagesToPush: '!$(System.DefaultWorkingDirectory)/packages/Release/**/*.symbols.nupkg;$(System.DefaultWorkingDirectory)/packages/Release/**/*.nupkg'
74-
packageParentPath: $(System.DefaultWorkingDirectory)/packages/Release
73+
packagesToPush: '$(Build.SourcesDirectory)/artifacts/packages/Release/**/*.nupkg;!$(Build.SourcesDirectory)/artifacts/packages/Release/**/*.symbols.nupkg'
74+
packageParentPath: $(Build.SourcesDirectory)/artifacts/packages/Release
7575
publishVstsFeed: public/dotnet-tools

0 commit comments

Comments
 (0)