Skip to content

Commit

Permalink
Use CopyFiles task correcty
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-pipelines[bot] committed Dec 19, 2018
1 parent a27090c commit c2a85ba
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: $(Agent.BuildDirectory)/src/condo/bin/Release
contents: $(Agent.BuildDirectory)/src/condo/bin/Release/**
targetFolder: $(Build.ArtifactStagingDirectory)/release

- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit c2a85ba

Please sign in to comment.