Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey M committed Feb 4, 2020
1 parent d8ab86f commit 0ab6682
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ steps:
- task: CopyFiles@2
inputs:
contents: 'DPackRx/bin/$(buildConfiguration)/DPackRx-*.vsix'
contents: |
DPackRx/bin/$(buildConfiguration)/DPackRx-*.vsix
README.md
build/*.json
targetFolder: '$(Build.ArtifactStagingDirectory)'
overWrite: true
flattenFolders: true
Expand Down

0 comments on commit 0ab6682

Please sign in to comment.