mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
update channels
less confusing for new users
This commit is contained in:
parent
9df34c785e
commit
3dde0c898c
@ -19,12 +19,10 @@ namespace Bloxstrap.Helpers
|
|||||||
"LIVE",
|
"LIVE",
|
||||||
"ZAvatarTeam",
|
"ZAvatarTeam",
|
||||||
"ZCanary",
|
"ZCanary",
|
||||||
//"ZFeatureHarmony", last updated 9/20, shouldn't be here anymore
|
|
||||||
"ZFlag",
|
"ZFlag",
|
||||||
"ZIntegration",
|
"ZIntegration",
|
||||||
"ZLive",
|
"ZLive",
|
||||||
"ZNext",
|
"ZNext",
|
||||||
//"ZPublic",
|
|
||||||
"ZSocialTeam"
|
"ZSocialTeam"
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -32,61 +30,21 @@ namespace Bloxstrap.Helpers
|
|||||||
public static readonly List<string> ChannelsAll = new List<string>()
|
public static readonly List<string> ChannelsAll = new List<string>()
|
||||||
{
|
{
|
||||||
"LIVE",
|
"LIVE",
|
||||||
"Ganesh",
|
|
||||||
"ZAvatarTeam",
|
"ZAvatarTeam",
|
||||||
"ZBugFixBoost-Mutex-Revert",
|
"ZAvatarRelease",
|
||||||
"ZBugFixCLI-54676-Test",
|
|
||||||
"ZBugFixCLI-55214-Master",
|
|
||||||
"ZCanary",
|
"ZCanary",
|
||||||
"ZCanary1",
|
"ZCanary1",
|
||||||
"ZCanary2",
|
"ZCanary2",
|
||||||
"ZCanaryApps",
|
"ZCanaryApps",
|
||||||
"ZClientIntegration",
|
|
||||||
"ZClientWatcher",
|
|
||||||
"ZFeatureBaseline",
|
|
||||||
"ZFeatureBoost_Removal_Test_In_Prod",
|
|
||||||
"ZFeatureFMOD-20115",
|
|
||||||
"ZFeatureFMOD-Recording-Test",
|
|
||||||
"ZFeatureHarmony",
|
|
||||||
"ZFeatureHSR2CDNPlayTest",
|
|
||||||
"ZFeatureHSR2CDNPlayTest2",
|
|
||||||
"ZFeatureInstance-Parent-Weak-Ptr",
|
|
||||||
"ZFeatureInstance-Parent-Weak-Ptr-2",
|
|
||||||
"ZFeatureLTCG1",
|
|
||||||
"ZFeatureLuaIInline1",
|
|
||||||
"ZFeatureQt5.15",
|
|
||||||
"ZFeatureRail",
|
|
||||||
"ZFeatureRetchecksV2",
|
|
||||||
"ZFeatureSubsystemAtomic",
|
|
||||||
"ZFeatureSubsystemHttpClient",
|
|
||||||
"ZFeatureTelemLife",
|
|
||||||
"ZFeatureUse-New-RapidJson-In-Flag-Loading",
|
|
||||||
"ZFlag",
|
"ZFlag",
|
||||||
"ZIntegration",
|
"ZIntegration",
|
||||||
"ZIntegration1",
|
"ZIntegration1",
|
||||||
"ZLang",
|
|
||||||
"ZLive",
|
"ZLive",
|
||||||
"ZLive1",
|
"ZLive1",
|
||||||
"ZLoom",
|
|
||||||
"ZNext",
|
"ZNext",
|
||||||
"ZProject512-Boost-Remove-Mutex-1",
|
|
||||||
"ZProject516-Boost-Remove-Mutex-Network",
|
|
||||||
"ZPublic",
|
|
||||||
"ZQtitanStudio",
|
|
||||||
"ZQTitanStudioRelease",
|
|
||||||
"ZReleaseVS2019",
|
|
||||||
"ZSocialTeam",
|
"ZSocialTeam",
|
||||||
"ZStIntegration",
|
|
||||||
"ZStudioInt1",
|
"ZStudioInt1",
|
||||||
"ZStudioInt2",
|
"ZStudioInt2"
|
||||||
"ZStudioInt3",
|
|
||||||
"ZStudioInt4",
|
|
||||||
"ZStudioInt5",
|
|
||||||
"ZStudioInt6",
|
|
||||||
"ZStudioInt7",
|
|
||||||
"ZStudioInt8",
|
|
||||||
"ZTesting",
|
|
||||||
"ZVS2019"
|
|
||||||
};
|
};
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user