Skip to content

Commit

Permalink
(build) Corrected cache settings and enabled coverage report upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Apr 20, 2019
1 parent 27f90dc commit 62e1c4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -13,7 +13,7 @@ skip_commits:
image:
- Visual Studio 2017
- Ubuntu
cache: tools -> setup.cake,.appveyor.yml,build.cake
cache: tools -> setup.cake,.appveyor.yml,setup.cake
install:
- cmd: cinst python3 -n
- cmd: cinst transifex-client
Expand Down
3 changes: 2 additions & 1 deletion setup.cake
Expand Up @@ -80,7 +80,8 @@ BuildParameters.Tasks.DotNetCoreTestTask
BuildParameters.Tasks.TransifexPushSourceResource.WithCriteria(() => BuildParameters.IsRunningOnWindows);

Task("Appveyor-Linux")
.IsDependentOn("Upload-AppVeyor-Artifacts");
.IsDependentOn("Upload-AppVeyor-Artifacts")
.IsDepentdetOn("Upload-Coverage-Report");

BuildParameters.PrintParameters(Context);

Expand Down

0 comments on commit 62e1c4f

Please sign in to comment.