Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
lecaillon committed Feb 5, 2018
1 parent c4f8bc4 commit b38c799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Setup(ctx => { Information($"Building Evolve {version}"); });
Task("Restore").Does(() =>
{
if(IsRunningOnWindows()) NuGetRestore(solutionFile);
DotNetCoreRestore(solutionFile);
DotNetCoreRestore(solutionFile.ToString());
});

Task("Build").WithCriteria(() => IsRunningOnWindows()).Does(() =>
Expand Down

0 comments on commit b38c799

Please sign in to comment.