From 726be747818b8302f0344e4608bf75c5291e5f4e Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Tue, 9 Apr 2019 14:30:21 +0200 Subject: [PATCH] (GH-62) Update to Cake 0.33.0 * fixes #62 --- build/Build.csproj | 2 +- src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj | 2 +- src/Cake.Frosting/Cake.Frosting.csproj | 4 ++-- .../Internal/Commands/DryRunExecutionStrategy.cs | 2 +- template/Build.csproj | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/Build.csproj b/build/Build.csproj index bb24d3f..ac00e2a 100644 --- a/build/Build.csproj +++ b/build/Build.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj b/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj index c26d302..9e40822 100644 --- a/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj +++ b/src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj @@ -26,7 +26,7 @@ - + diff --git a/src/Cake.Frosting/Cake.Frosting.csproj b/src/Cake.Frosting/Cake.Frosting.csproj index ce531f3..c1350c0 100644 --- a/src/Cake.Frosting/Cake.Frosting.csproj +++ b/src/Cake.Frosting/Cake.Frosting.csproj @@ -23,8 +23,8 @@ portable - - + + diff --git a/src/Cake.Frosting/Internal/Commands/DryRunExecutionStrategy.cs b/src/Cake.Frosting/Internal/Commands/DryRunExecutionStrategy.cs index b70e9fa..d1e8eda 100644 --- a/src/Cake.Frosting/Internal/Commands/DryRunExecutionStrategy.cs +++ b/src/Cake.Frosting/Internal/Commands/DryRunExecutionStrategy.cs @@ -47,7 +47,7 @@ public void ReportErrors(Action action, Exception exception) { } - public void HandleErrors(Action action, Exception exception) + public void HandleErrors(Action action, Exception exception, ICakeContext context) { } diff --git a/template/Build.csproj b/template/Build.csproj index c56c875..5a85574 100644 --- a/template/Build.csproj +++ b/template/Build.csproj @@ -6,7 +6,7 @@ - + \ No newline at end of file