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 20cf66d commit 14de2ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ steps:
configuration: '$(buildConfiguration)'
testAssemblyVer2: |
**\*.Tests.dll
- task: PublishBuildArtifacts@1
inputs:
PathtoPublish: '$(Build.ArtifactStagingDirectory)/bin/$(buildConfiguration)/DPackRx-*.vsix'
ArtifactName: 'DPackRx'
publishLocation: 'Container'

0 comments on commit 14de2ac

Please sign in to comment.