Skip to content

Commit 40f535b

Browse files
author
Benjamin Coe
committed
trying to find an incantation that actually boots Redis
1 parent a3ffc3a commit 40f535b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ environment:
1111
# Install scripts. (runs after repo cloning)
1212
install:
1313
# Install the Redis
14-
- nuget restore .\Hangfire.Redis.StackExchange.sln
15-
- packages\Redis-32.2.6.12.1\tools\redis-server.exe --service-install
16-
- packages\Redis-32.2.6.12.1\tools\redis-server.exe --service-start
14+
- nuget install redis-64 -excludeversion
15+
- redis-64\redis-server.exe --service-install
16+
- redis-64\redis-server.exe --service-start
1717
- '@ECHO Redis Started'
1818
# Get the latest stable version of Node 0.STABLE.latest
1919
- ps: Install-Product node $env:nodejs_version

0 commit comments

Comments
 (0)