Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed May 18, 2020
1 parent e0ce727 commit ec84118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ steps:
- task: PublishBuildArtifacts@1
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
inputs:
PathtoPublish: '$(Build.ArtifactStagingDirectory)/NuGet/UtilityLibrary'
PathtoPublish: '$(Build.ArtifactStagingDirectory)/NuGet/'
ArtifactName: 'UtilityLibrary.NuGet'
publishLocation: 'Container'

0 comments on commit ec84118

Please sign in to comment.