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 Jan 20, 2020
1 parent 14de2ac commit a60735d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@ steps:
testAssemblyVer2: |
**\*.Tests.dll
- task: CopyFiles@2
inputs:
contents: 'bin/$(buildConfiguration)/DPackRx-*.vsix'
targetFolder: '$(Build.ArtifactStagingDirectory)'

- task: PublishBuildArtifacts@1
inputs:
PathtoPublish: '$(Build.ArtifactStagingDirectory)/bin/$(buildConfiguration)/DPackRx-*.vsix'
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
ArtifactName: 'DPackRx'
publishLocation: 'Container'

0 comments on commit a60735d

Please sign in to comment.