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 ada4c4e commit ccb276bCopy full SHA for ccb276b
1 file changed
azure-pipelines.yml
@@ -19,16 +19,8 @@ steps:
19
npm install
20
displayName: 'npm install '
21
22
-- task: ArchiveFiles@2
23
- inputs:
24
- rootFolderOrFile: '$(Build.SourcesDirectory)'
25
- includeRootFolder: true
26
- archiveType: 'zip'
27
- archiveFile: '$(Build.ArtifactStagingDirectory)/$(Build.BuildId).zip'
28
- replaceExistingArchive: true
29
-
30
- task: PublishBuildArtifacts@1
31
inputs:
32
- PathtoPublish: '$(Build.ArtifactStagingDirectory)/$(Build.BuildId).zip'
33
- ArtifactName: 'build'
+ PathtoPublish: '$(Build.SourcesDirectory)'
+ ArtifactName: '$(Build.BuildId)'
34
publishLocation: 'Container'
0 commit comments