mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-08-03 23:27:58 +08:00
Oops. Forgot to do this switcheroo after testing locally.
This commit is contained in:
@ -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))
|
||||||
|
Reference in New Issue
Block a user