Add useAllPlatformBundle

This commit is contained in:
Michael B. Gale
2026-02-28 16:30:19 +00:00
parent b948e562f4
commit d52917b510
+5
View File
@@ -184,6 +184,11 @@ function main(): void {
}
}
let useAllPlatformBundle = "false"; // Default to false
if (checkSpecification.useAllPlatformBundle) {
useAllPlatformBundle = checkSpecification.useAllPlatformBundle;
}
// Construct the workflow steps needed for this check.
const steps: any[] = [
{