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 15cc8e2 commit 548e582Copy full SHA for 548e582
azure-pipelines.yml
@@ -215,8 +215,8 @@ jobs:
215
- task: ManifestGeneratorTask@0
216
displayName: 'SBOM Generation Task'
217
inputs:
218
- BuildDropPath: '$(Build.ArtifactStagingDirectory)'
219
- BuildComponentPath: '$(Build.ArtifactStagingDirectory)'
+ BuildDropPath: '$(Build.SourcesDirectory)'
+ BuildComponentPath: '$(Build.SourcesDirectory)'
220
Verbosity: 'Verbose'
221
- task: NuGetCommand@2
222
0 commit comments