File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,11 @@ jobs:
208
208
buildType : ' current'
209
209
downloadType : ' specific'
210
210
downloadPath : ' $(Build.SourcesDirectory)'
211
+ - task : ManifestGeneratorTask@0
212
+ displayName : ' SBOM Generation Task'
213
+ inputs :
214
+ BuildDropPath : ' $(Build.SourcesDirectory)'
215
+ Verbosity : ' Verbose'
211
216
- task : NuGetCommand@2
212
217
inputs :
213
218
command : pack
@@ -218,16 +223,11 @@ jobs:
218
223
inputs :
219
224
pathtoPublish : ' $(Build.ArtifactStagingDirectory)'
220
225
artifactName : ' PythonWorker'
221
- - task : ManifestGeneratorTask@0
222
- displayName : ' SBOM Generation Task'
223
- inputs :
224
- BuildDropPath : ' $(Build.ArtifactStagingDirectory)'
225
- Verbosity : ' Verbose'
226
226
- task : DropValidatorTask@0
227
227
displayName : ' Drop validation Task'
228
228
inputs :
229
229
BuildDropPath : ' $(Build.ArtifactStagingDirectory)'
230
- ManifestPath : ' $(Build.ArtifactStagingDirectory)'
230
+ ManifestPath : ' $(Build.ArtifactStagingDirectory)/_manifest '
231
231
OutputPath : ' $(Build.ArtifactStagingDirectory)'
232
232
ValidateSignature : false
233
233
Verbosity : ' Verbose'
You can’t perform that action at this time.
0 commit comments