Fixed: Default update branch as develop

This commit is contained in:
bakerboy448
2023-02-27 12:53:13 -06:00
committed by Qstick
parent 55999a8bad
commit 6323cae373

View File

@@ -34,7 +34,9 @@ public DeploymentInfoProvider(IAppFolderInfo appFolderInfo, IDiskProvider diskPr
var releaseInfoPath = Path.Combine(bin, "release_info");
PackageUpdateMechanism = UpdateMechanism.BuiltIn;
DefaultBranch = "master";
// ToDo Change to master as valid once released
DefaultBranch = "develop";
if (Path.GetFileName(bin) == "bin" && diskProvider.FileExists(packageInfoPath))
{