Skip to content

Commit

Permalink
fix path for nuget release (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
danfiedler-msft authored Dec 4, 2024
1 parent ab549fb commit df74cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pipelines/core-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ extends:
# see https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-pipeline-templates/features/outputs/nuget-packages
- output: nuget
useDotNetTask: false
packagesToPush: '$(Build.StagingDirectory)/*.nupkg'
packageParentPath: '$(Build.StagingDirectory)'
packagesToPush: '$(Build.BinariesDirectory)/*.nupkg'
packageParentPath: '$(Build.BinariesDirectory)'
nuGetFeedType: external
publishPackageMetadata: true
publishFeedCredentials: 'sdl-oss-nuget-publish'
Expand Down

0 comments on commit df74cfb

Please sign in to comment.