Skip to content

Commit 548e582

Browse files
authored
update sbom path for release/3.1.3 branch (#1014)
1 parent 15cc8e2 commit 548e582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ jobs:
215215
- task: ManifestGeneratorTask@0
216216
displayName: 'SBOM Generation Task'
217217
inputs:
218-
BuildDropPath: '$(Build.ArtifactStagingDirectory)'
219-
BuildComponentPath: '$(Build.ArtifactStagingDirectory)'
218+
BuildDropPath: '$(Build.SourcesDirectory)'
219+
BuildComponentPath: '$(Build.SourcesDirectory)'
220220
Verbosity: 'Verbose'
221221
- task: NuGetCommand@2
222222
inputs:

0 commit comments

Comments
 (0)