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
TylerLeonhardt committed Jul 5, 2019
1 parent d671523 commit 474a643
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,12 @@ steps:
- task: CopyFiles@2
inputs:
sourceFolder: '$(Build.SourcesDirectory)'
contents: '*.tgz'
contents: |
'*.tgz'
'package.json'
'CHANGELOG.md'
targetFolder: $(Build.ArtifactStagingDirectory)/npm
displayName: 'Copy npm package'

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

- task: PublishBuildArtifacts@1
inputs:
Expand Down

0 comments on commit 474a643

Please sign in to comment.