We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314a06f commit 677cf64Copy full SHA for 677cf64
azure-pipelines.yml
@@ -25,6 +25,13 @@ jobs:
25
displayName: 'Copy npm package to staging'
26
#condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
27
28
+ - task: CopyFiles@2
29
+ inputs:
30
+ sourceFolder: '$(Build.SourcesDirectory)'
31
+ contents: 'package.json'
32
+ targetFolder: $(Build.ArtifactStagingDirectory)
33
+ displayName: 'Copy package.json'
34
+
35
- task: PublishBuildArtifacts@1
36
inputs:
37
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
0 commit comments