Skip to content

Commit

Permalink
Use cached package restore to fix issue with Hangfire dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pieceofsummer committed Sep 7, 2017
1 parent 1938f1f commit f206227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ init:
- git config --global core.autocrlf true

before_build:
- cmd: dotnet restore --no-cache
- cmd: dotnet restore

build_script:
- cmd: dotnet build src/Hangfire.Console -c Release
Expand Down

0 comments on commit f206227

Please sign in to comment.