Add ni_release branch
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user