There was an error while loading. Please reload this page.
1 parent 93738f1 commit a83ac06Copy full SHA for a83ac06
azure-pipelines.yml
@@ -204,14 +204,9 @@ jobs:
204
- task: ManifestGeneratorTask@0
205
displayName: 'SBOM Generation Task'
206
inputs:
207
- BuildDropPath: '$(Build.SourcesDirectory)'
208
- BuildComponentPath: '$(Build.SourcesDirectory)'
+ BuildDropPath: '$(Build.ArtifactStagingDirectory)'
+ BuildComponentPath: '$(Build.ArtifactStagingDirectory)'
209
Verbosity: 'Verbose'
210
- - task: CopyFiles@2
211
- inputs:
212
- SourceFolder: '$(Build.SourcesDirectory)\_manifest'
213
- Contents: '**'
214
- TargetFolder: '$(Build.ArtifactStagingDirectory)'
215
- task: NuGetCommand@2
216
217
command: pack
0 commit comments