Skip to content

Commit

Permalink
Place output NuGet package in the artifact directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Aug 19, 2023
1 parent 08c8ffc commit a101898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/azure-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ steps:
inputs:
solution: IndexRange.sln
configuration: Release
msbuildArgs: '/t:Pack'
msbuildArgs: '/t:Pack /p:PackageOutputPath=$(Build.ArtifactStagingDirectory)'

- task: PublishPipelineArtifact@1
displayName: 'Publish NuGet packages'
Expand Down

0 comments on commit a101898

Please sign in to comment.