We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c468763 commit ad712daCopy full SHA for ad712da
.nuget/NuGet.Config
build.cake
@@ -50,7 +50,7 @@ Task("Restore-NuGet-Packages")
50
.Description("Restores dependencies")
51
.Does(() =>
52
{
53
- DotNetCoreRestore(new DotNetCoreRestoreSettings { ConfigFile = ".nuget\\nuget.config" });
+ DotNetCoreRestore();
54
55
int result = StartProcess("dotnet", new ProcessSettings { Arguments = "restore -r win-x64" } );
56
if (result != 0)
0 commit comments