Skip to content

Commit

Permalink
Update cake script from nuget msbuild to dotnet restore
Browse files Browse the repository at this point in the history
  • Loading branch information
fahminlb33 committed Oct 16, 2021
1 parent 1e6204f commit 9553cf3
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 @@ -31,7 +31,7 @@ Task("Build-Apps")
.Does(() =>
{
Information("Restoring Nuget dependecies...");
NuGetRestore("./KFlearning.sln");
DotNetCoreRestore("./KFlearning.sln");

Information("Builidng solution...");
DotNetCoreBuild("./KFlearning.sln", buildSettingsNetCore);
Expand Down

0 comments on commit 9553cf3

Please sign in to comment.