From 88abfa406785876788a5e246f170d04d06a1b5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miha=20Marki=C4=8D?= Date: Mon, 11 Jun 2018 10:58:17 +0200 Subject: [PATCH] Pretifies build script --- src/appbuild.cake | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/appbuild.cake b/src/appbuild.cake index 5e36368..612ff6f 100644 --- a/src/appbuild.cake +++ b/src/appbuild.cake @@ -32,11 +32,6 @@ Task("NuGetPack") .Does (() => { CreateDirectory(Nupkg); - // DotNetCorePublish (CakeDockerSln, new DotNetCorePublishSettings { - // Configuration = "Release", - // Framework = "net45;net46;netstandard1.6" - // // BuildBasePath = "./", - // }); DotNetCorePack (CakeDockerProj, new DotNetCorePackSettings { Configuration = "Release",