2using System.Collections.Generic;
4using System.Threading.Tasks;
7using Nuke.Common.Tooling;
8using Nuke.Common.Tools.Git;
28 internal static void Setup()
31 GitTasks.Git($
"clone --recurse-submodules https://github.com/microsoft/vcpkg.git {VcpkgPathInProject}");
33 var bootstrapPath = EnvironmentInfo.Platform == PlatformFamily.Windows
37 ToolResolver.GetTool(bootstrapPath)(
"-disableMetrics");
45 var vcpkgPath = EnvironmentInfo.Platform == PlatformFamily.Windows
49 if (vcpkgPath.FileExists())