Skip to content

Commit

Permalink
Pretifies build script
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaMarkic committed Jun 11, 2018
1 parent 4785c92 commit 88abfa4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/appbuild.cake
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 88abfa4

Please sign in to comment.