File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -370,10 +370,6 @@ extends:
370
370
condition : ne(variables['Build.Reason'], 'Schedule')
371
371
variables :
372
372
PackageVersion : $[ dependencies.SetPackageVersion.outputs['Package.Version'] ]
373
- ob_sdl_sbom_enabled : false
374
- ob_signing_setup_enabled : false
375
- ob_sdl_codeql_compiled_enabled : false
376
- drop : $(Pipeline.Workspace)/drop_build_main
377
373
jobs :
378
374
- job : Validation
379
375
displayName : Manual validation
@@ -394,6 +390,10 @@ extends:
394
390
type : windows
395
391
variables :
396
392
ob_outputDirectory : ' $(Build.ArtifactStagingDirectory)'
393
+ ob_sdl_sbom_enabled : false
394
+ ob_signing_setup_enabled : false
395
+ ob_sdl_codeql_compiled_enabled : false
396
+ drop : $(Pipeline.Workspace)/drop_build_main
397
397
steps :
398
398
- download : current
399
399
displayName : Download artifacts
You can’t perform that action at this time.
0 commit comments