Skip to content

Commit

Permalink
Copy output to src directory in drop
Browse files Browse the repository at this point in the history
...for a consistent directory structure.
  • Loading branch information
heaths committed Jun 29, 2018
1 parent 8d5e881 commit a594f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ phases:
inputs:
SourceFolder: $(Build.SourcesDirectory)\src
Contents: '**\bin\$(Configuration)\**'
TargetFolder: $(Build.ArtifactStagingDirectory)\drop
TargetFolder: $(Build.ArtifactStagingDirectory)\drop\src

- task: CopyFiles@2
displayName: Copy packages
Expand Down

0 comments on commit a594f3e

Please sign in to comment.