Skip to content

Commit

Permalink
change builder version and split paket and fake
Browse files Browse the repository at this point in the history
  • Loading branch information
robertluo committed Jul 26, 2019
1 parent a6d52da commit e5f188b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@ version: 2
jobs:
build:
docker:
- image: renewdoit/dotnet-build:1.0
- image: renewdoit/dotnet-build:0.1
steps:
- checkout
- restore_cache:
keys:
- fake
- run:
command: |
~/.dotnet/tools/paket install && ~/.dotnet/tools/fake run build.fsx
paket install
- save_cache:
paths:
- ~/.nuget
key: fake
key: fake
- run:
command: |
fake run build.fsx

0 comments on commit e5f188b

Please sign in to comment.