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 9514973 commit ae3a1e7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ steps:
contents: |
DPackRx/bin/$(buildConfiguration)/DPackRx-*.vsix
build/*.json
README.md
targetFolder: '$(Build.ArtifactStagingDirectory)'
overWrite: true
flattenFolders: true

- task: CopyFiles@2
inputs:
contents: README.md
targetFolder: '$(Build.ArtifactStagingDirectory)'
overWrite: true
flattenFolders: true
Expand Down

0 comments on commit ae3a1e7

Please sign in to comment.