mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-11-29 18:38:30 +08:00
Update build.cake
This commit is contained in:
parent
166ee24f42
commit
e149a5a946
@ -10,8 +10,6 @@ Task("Build")
|
||||
.IsDependentOn("Clean")
|
||||
.Does(() =>
|
||||
{
|
||||
NuGetRestore("../src/HandyControl.sln");
|
||||
|
||||
var settingsNet40 = new DotNetCoreBuildSettings
|
||||
{
|
||||
Configuration = "Release-Net40",
|
||||
|
Loading…
Reference in New Issue
Block a user