chore: fix SBOM generation (#2074)
* chore: create SBOM drop path * Test SBOM generation fix * Test again * Re-enable conditions * Fix line endings
This commit is contained in:
Родитель
b64507e56d
Коммит
f7a1450dc7
|
@ -42,6 +42,10 @@ extends:
|
|||
- script: node src/build/archiveDapBundle $(Build.ArtifactStagingDirectory)/dap-server
|
||||
displayName: Package DAP Debug Server Bundle
|
||||
|
||||
- script: mkdir $(Build.ArtifactStagingDirectory)/sbom-dap-server
|
||||
condition: ${{ eq(parameters.publishExtension, true) }}
|
||||
displayName: Create SBOM drop path
|
||||
|
||||
- task: 1ES.PublishPipelineArtifact@1
|
||||
inputs:
|
||||
artifactName: 'Publish DAP Debug Server Bundle'
|
||||
|
|
Загрузка…
Ссылка в новой задаче