Skip to content

Commit

Permalink
ci: add redis stack
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierAtSIEN committed Aug 17, 2018
1 parent 5620635 commit 9740040
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
@@ -1,5 +1,6 @@
version: 1.0.{build}
skip_tags: true
stack: redis
branches:
except:
- gh-pages
Expand All @@ -24,7 +25,6 @@ install:
- cmd: nuget install redis-64 -excludeversion
- cmd: redis-64\tools\redis-server.exe --service-install
- cmd: redis-64\tools\redis-server.exe --service-start
- sh: redis-server &
- cmd: nuget install JetBrains.dotCover.CommandLineTools -ExcludeVersion
- cmd: nuget install ReportGenerator -ExcludeVersion
- dotnet restore
Expand Down

0 comments on commit 9740040

Please sign in to comment.