Skip to content

Commit

Permalink
Try changing directory where release bits are copied from.
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-pipelines[bot] committed Dec 19, 2018
1 parent bb7aeae commit a27090c
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 @@ -35,7 +35,7 @@ steps:

- task: CopyFiles@2
inputs:
contents: 'src/condo/bin/Release'
contents: $(Agent.BuildDirectory)/src/condo/bin/Release
targetFolder: $(Build.ArtifactStagingDirectory)/release

- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit a27090c

Please sign in to comment.