Oops. Forgot to do this switcheroo after testing locally.

This commit is contained in:
Philip Wood 2017-05-09 13:06:54 +01:00
parent 0507806aae
commit 28de6f2fbf

View File

@ -147,7 +147,7 @@ Task("RunUnitTests")
ReportGenerator(coverageSummaryFile, artifactsForUnitTestsDir); ReportGenerator(coverageSummaryFile, artifactsForUnitTestsDir);
if (!AppVeyor.IsRunningOnAppVeyor) if (AppVeyor.IsRunningOnAppVeyor)
{ {
var repoToken = EnvironmentVariable(coverallsRepoToken); var repoToken = EnvironmentVariable(coverallsRepoToken);
if (string.IsNullOrEmpty(repoToken)) if (string.IsNullOrEmpty(repoToken))