Skip to content

Commit

Permalink
Updated cake dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Feb 5, 2018
1 parent bbbb7d7 commit 652657f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test: off
after_build:
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install codecov
- codecov -f "./artifacts/coverage/solution.xml"
- codecov -f "./coverage/solution.xml"
artifacts:
- path: ./artifacts/nuget/*.nupkg
cache:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
[Rr]elease/
x64/
artifacts/
coverage/
bld/
[Bb]in/
[Oo]bj/
Expand Down
2 changes: 1 addition & 1 deletion cakefile.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#load "nuget:?package=Rocket.Surgery.Cake.Library&version=0.1.10";
#load "nuget:?package=Rocket.Surgery.Cake.Library&version=0.2.0";

Task("Default")
.IsDependentOn("dotnet");
Expand Down

0 comments on commit 652657f

Please sign in to comment.