Add ni_release branch

This commit is contained in:
abbodi1406 2022-06-12 05:24:06 +03:00 committed by GitHub
parent a46a5628c0
commit 47b7ee6703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku, $type) {
$attrib = array( $attrib = array(
'App=WU_OS', 'App=WU_OS',
'AppVer='.$build, 'AppVer='.$build,
'AttrDataVer=146', 'AttrDataVer=177',
'AllowInPlaceUpgrade=1', 'AllowInPlaceUpgrade=1',
'AllowUpgradesWithUnsupportedTPMOrCPU=1', 'AllowUpgradesWithUnsupportedTPMOrCPU=1',
'BlockFeatureUpdates='.$blockUpgrades, 'BlockFeatureUpdates='.$blockUpgrades,
@ -248,6 +248,10 @@ function branchFromBuild($build) {
$branch = 'co_release'; $branch = 'co_release';
break; break;
case 22621:
$branch = 'ni_release';
break;
default: default:
$branch = 'rs_prerelease'; $branch = 'rs_prerelease';
break; break;