Skip to content

Commit

Permalink
ci(appveyor): update caching dependencies on CI server
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Jul 16, 2020
1 parent 7388ba7 commit 9bb9183
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Expand Up @@ -30,9 +30,9 @@ build_script:


cache:
- 'tools -> build.cake'
- 'tools -> build.config,recipe.cake'
- 'src/Cake.Warp/warp -> recipe.cake'
- '.dotnet -> build.cake'
- '.dotnet -> build.config'

for:

Expand Down
4 changes: 4 additions & 0 deletions recipe.cake
Expand Up @@ -52,4 +52,8 @@ Task("Download-Warp")
}
});

Task("Build-Releasenotes")
.IsDependentOn(BuildParameters.Tasks.CreateReleaseNotesTask)
.IsDependentOn(BuildParameters.Tasks.ExportReleaseNotesTask);

Build.RunDotNetCore();

0 comments on commit 9bb9183

Please sign in to comment.