mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-18 05:43:22 +08:00
Oops. Forgot to do this switcheroo after testing locally.
This commit is contained in:
parent
0507806aae
commit
28de6f2fbf
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user