Skip to content

Commit

Permalink
Updated cake
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Apr 7, 2018
1 parent f658fe1 commit 1fd6320
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ artifacts:
- path: ./artifacts/nuget/*.nupkg
cache:
- tools -> build.cake, tools/packages.config
- '%USERPROFILE%\.nuget\packages -> **\*.targets, **\*.props, **\*.csproj'
nuget:
project_feed: true
deploy:
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.3.0";
#load "nuget:?package=Rocket.Surgery.Cake.Library&version=0.3.1";

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

0 comments on commit 1fd6320

Please sign in to comment.