From 28de6f2fbf1b3299f9e01c925a913720798a3a8b Mon Sep 17 00:00:00 2001 From: Philip Wood Date: Tue, 9 May 2017 13:06:54 +0100 Subject: [PATCH] Oops. Forgot to do this switcheroo after testing locally. --- build.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cake b/build.cake index 3773fd69..57460772 100644 --- a/build.cake +++ b/build.cake @@ -147,7 +147,7 @@ Task("RunUnitTests") ReportGenerator(coverageSummaryFile, artifactsForUnitTestsDir); - if (!AppVeyor.IsRunningOnAppVeyor) + if (AppVeyor.IsRunningOnAppVeyor) { var repoToken = EnvironmentVariable(coverallsRepoToken); if (string.IsNullOrEmpty(repoToken))