Skip to content

Commit

Permalink
remove copy file task from pipeline and run sbom manisfest task in ar…
Browse files Browse the repository at this point in the history
…tifactstagingdirectory(#921)

* remove copy file task

* add debug lines

* revert debug/test tasks
  • Loading branch information
arroyc authored Dec 2, 2021
1 parent 93738f1 commit a83ac06
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,9 @@ jobs:
- task: ManifestGeneratorTask@0
displayName: 'SBOM Generation Task'
inputs:
BuildDropPath: '$(Build.SourcesDirectory)'
BuildComponentPath: '$(Build.SourcesDirectory)'
BuildDropPath: '$(Build.ArtifactStagingDirectory)'
BuildComponentPath: '$(Build.ArtifactStagingDirectory)'
Verbosity: 'Verbose'
- task: CopyFiles@2
inputs:
SourceFolder: '$(Build.SourcesDirectory)\_manifest'
Contents: '**'
TargetFolder: '$(Build.ArtifactStagingDirectory)'
- task: NuGetCommand@2
inputs:
command: pack
Expand Down

0 comments on commit a83ac06

Please sign in to comment.