diff --git a/src/Hamlet/Hamlet.csproj b/src/Hamlet/Hamlet.csproj index c56c77e..86d8651 100644 --- a/src/Hamlet/Hamlet.csproj +++ b/src/Hamlet/Hamlet.csproj @@ -24,7 +24,7 @@ - + diff --git a/tests/Hamlet.Tests/Hamlet.Tests.csproj b/tests/Hamlet.Tests/Hamlet.Tests.csproj index 1618b5e..101bf44 100644 --- a/tests/Hamlet.Tests/Hamlet.Tests.csproj +++ b/tests/Hamlet.Tests/Hamlet.Tests.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/tools/build/Build.cs b/tools/build/Build.cs index 03295a7..f4eb1a5 100644 --- a/tools/build/Build.cs +++ b/tools/build/Build.cs @@ -76,7 +76,7 @@ public void OnExecute(CommandLineApplication app) Target("default", DependsOn("test", "pack")); - RunTargetsAndExit(RemainingArguments); + RunTargetsWithoutExiting(RemainingArguments); } private static string GetSolutionDirectory() => diff --git a/tools/build/build.csproj b/tools/build/build.csproj index d1ef54d..c844042 100644 --- a/tools/build/build.csproj +++ b/tools/build/build.csproj @@ -6,9 +6,9 @@ - - - + + +