File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -370,10 +370,6 @@ extends:
370370 condition : ne(variables['Build.Reason'], 'Schedule')
371371 variables :
372372 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
377373 jobs :
378374 - job : Validation
379375 displayName : Manual validation
@@ -394,6 +390,10 @@ extends:
394390 type : windows
395391 variables :
396392 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
397397 steps :
398398 - download : current
399399 displayName : Download artifacts
You can’t perform that action at this time.
0 commit comments