Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
adding files to release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jul 1, 2019
1 parent 2fc8eef commit f6b1095
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .azure-pipelines/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,14 @@ steps:
targetPath: release.vsix
condition: and(succeeded(), eq(variables['node_version'], '12.x'), eq(variables['Agent.OS'], 'Linux'))

- task: PublishPipelineArtifact@0
inputs:
contents: 'package.json'
displayName: 'Copy package.json'
condition: and(succeeded(), eq(variables['node_version'], '12.x'), eq(variables['Agent.OS'], 'Linux'))

- task: PublishPipelineArtifact@0
inputs:
contents: '*.md'
displayName: 'Copy *.md'
condition: and(succeeded(), eq(variables['node_version'], '12.x'), eq(variables['Agent.OS'], 'Linux'))

0 comments on commit f6b1095

Please # to comment.