Skip to content

Commit

Permalink
Merge pull request #71 from lmagyar/master
Browse files Browse the repository at this point in the history
#35 Remove cache dependency & Sample cache
  • Loading branch information
lmagyar committed Feb 27, 2016
2 parents 422849b + 2e61046 commit 73ced93
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
assembly_file_version: $(productversion)
assembly_informational_version: $(productversion)-{branch}-{build}
cache:
- src\packages -> appveyor.yml
- Samples\src\packages -> appveyor.yml
- src\packages
before_build:
- cmd: nuget restore src\Orleans.Activities.sln
build:
Expand All @@ -38,8 +37,7 @@
assembly_file_version: $(productversion)
assembly_informational_version: $(productversion)
cache:
- src\packages -> appveyor.yml
- Samples\src\packages -> appveyor.yml
- src\packages
before_build:
- cmd: nuget restore src\Orleans.Activities.sln
build:
Expand Down

0 comments on commit 73ced93

Please sign in to comment.