From 47b7ee67035ca734a6ad10fe03f3729d05204a09 Mon Sep 17 00:00:00 2001 From: abbodi1406 Date: Sun, 12 Jun 2022 05:24:06 +0300 Subject: [PATCH] Add ni_release branch --- shared/requests.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/shared/requests.php b/shared/requests.php index dd7d9f2..320a91b 100644 --- a/shared/requests.php +++ b/shared/requests.php @@ -107,7 +107,7 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku, $type) { $attrib = array( 'App=WU_OS', 'AppVer='.$build, - 'AttrDataVer=146', + 'AttrDataVer=177', 'AllowInPlaceUpgrade=1', 'AllowUpgradesWithUnsupportedTPMOrCPU=1', 'BlockFeatureUpdates='.$blockUpgrades, @@ -248,6 +248,10 @@ function branchFromBuild($build) { $branch = 'co_release'; break; + case 22621: + $branch = 'ni_release'; + break; + default: $branch = 'rs_prerelease'; break;