From 644d475b807eaa5f4b6a28ebf888a19b977f2704 Mon Sep 17 00:00:00 2001 From: Artur Stolear Date: Fri, 9 Nov 2018 18:52:22 +0200 Subject: [PATCH] fix missing path cleanup, cleanup --- build/paths.cake | 1 + src/GitVersionExe/GitVersionExe.csproj | 11 ++--------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/build/paths.cake b/build/paths.cake index 464c1df144..d9c148209d 100644 --- a/build/paths.cake +++ b/build/paths.cake @@ -148,6 +148,7 @@ public class BuildDirectories ToClean = new[] { Artifacts, BuildArtifact, + TestCoverageOutput, NugetRoot, ArtifactsBin, ArtifactsBinFullFx, diff --git a/src/GitVersionExe/GitVersionExe.csproj b/src/GitVersionExe/GitVersionExe.csproj index a9be0afdb3..34cd926e8d 100644 --- a/src/GitVersionExe/GitVersionExe.csproj +++ b/src/GitVersionExe/GitVersionExe.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -7,14 +7,7 @@ GitVersion GitVersion net40;netcoreapp2.0 - $(SolutionDir)..\build\ - - false - false - false - false - false - true + false