Skip to content

Commit

Permalink
Copy release bits without the directory hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-pipelines[bot] committed Dec 19, 2018
1 parent 2f8931c commit 0f59284
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ steps:

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

- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 0f59284

Please sign in to comment.