mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-18 06:13: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);
|
||||
|
||||
if (!AppVeyor.IsRunningOnAppVeyor)
|
||||
if (AppVeyor.IsRunningOnAppVeyor)
|
||||
{
|
||||
var repoToken = EnvironmentVariable(coverallsRepoToken);
|
||||
if (string.IsNullOrEmpty(repoToken))
|
||||
|
Loading…
x
Reference in New Issue
Block a user