Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines (#41)
Browse files Browse the repository at this point in the history
* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml
  • Loading branch information
TylerLeonhardt authored Jul 5, 2019
1 parent 06eb365 commit 464c38d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,16 @@ steps:
- task: CopyFiles@2
inputs:
sourceFolder: '$(Build.SourcesDirectory)'
contents: |
'*.tgz'
'package.json'
'CHANGELOG.md'
contents: '*.tgz'
targetFolder: $(Build.ArtifactStagingDirectory)/npm
displayName: 'Copy files to staging'
displayName: 'Copy npm package'

- task: CopyFiles@2
inputs:
sourceFolder: '$(Build.SourcesDirectory)'
contents: 'package.json'
targetFolder: $(Build.ArtifactStagingDirectory)/npm
displayName: 'Copy package.json'

- task: PublishBuildArtifacts@1
inputs:
Expand Down

0 comments on commit 464c38d

Please sign in to comment.