Update build.cake

This commit is contained in:
NaBian 2020-11-29 16:51:03 +08:00
parent 166ee24f42
commit e149a5a946

View File

@ -10,8 +10,6 @@ Task("Build")
.IsDependentOn("Clean")
.Does(() =>
{
NuGetRestore("../src/HandyControl.sln");
var settingsNet40 = new DotNetCoreBuildSettings
{
Configuration = "Release-Net40",