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
raczeja committed Mar 6, 2020
1 parent ee8ddce commit 10704f7
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 @@ -30,3 +30,9 @@ steps:
msbuildArgs: '/v:minimal'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'

- task: PublishPipelineArtifact@1
inputs:
targetPath: './Ocaramba.Templates.VSIX/bin/Release/Ocaramba.Templates.vsix'
artifact: 'Template'
publishLocation: 'pipeline'

0 comments on commit 10704f7

Please sign in to comment.