We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ffc3a commit 40f535bCopy full SHA for 40f535b
appveyor.yml
@@ -11,9 +11,9 @@ environment:
11
# Install scripts. (runs after repo cloning)
12
install:
13
# 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
+ - nuget install redis-64 -excludeversion
+ - redis-64\redis-server.exe --service-install
+ - redis-64\redis-server.exe --service-start
17
- '@ECHO Redis Started'
18
# Get the latest stable version of Node 0.STABLE.latest
19
- ps: Install-Product node $env:nodejs_version
0 commit comments