Skip to content

Commit

Permalink
VCI-821: Merge dev into vci-821
Browse files Browse the repository at this point in the history
  • Loading branch information
krankenbro committed Mar 7, 2024
2 parents 6051c87 + 57fabda commit 479a382
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/VirtoCommerce.Build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public static Solution Solution
[Parameter("Main branch")] public static string MainBranch { get; set; } = "master";

[Parameter("Http tasks timeout in seconds")]
public static int HttpTimeout { get; set; } = 15;
public static int HttpTimeout { get; set; } = 180;

protected static GitRepository GitRepository => GitRepository.FromLocalDirectory(RootDirectory / ".git");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ private static bool IsPlatformInstallationNeeded(string version)
return result;
}


public Target InstallModules => _ => _
.After(InstallPlatform)
.OnlyWhenDynamic(() => !PlatformParameter)
Expand Down

0 comments on commit 479a382

Please sign in to comment.