Skip to content

Commit

Permalink
Fix parent package path (#2602)
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd authored and Evangelink committed Mar 20, 2024
1 parent 7219e68 commit 3beee7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ extends:
displayName: 'Publish NuGet packages to test-tools feed'
inputs:
# Do not push symbol packages nor Microsoft.Testing.Platform package
packageParentPath: '$(Build.SourcesDirectory)'
packageParentPath: '$(Build.SourcesDirectory)/artifacts/packages/$(_BuildConfig)'
packagesToPush: '$(Build.SourcesDirectory)/artifacts/packages/$(_BuildConfig)/**/*.nupkg;!$(Build.SourcesDirectory)/artifacts/packages/$(_BuildConfig)/**/*.symbols.nupkg;!$(Build.SourcesDirectory)/artifacts/packages/$(_BuildConfig)/NonShipping/Microsoft.Testing.Platform.*.nupkg'
publishVstsFeed: 'public/test-tools'

Expand Down

0 comments on commit 3beee7a

Please sign in to comment.