Skip to content

Commit

Permalink
Fix appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samcook committed Oct 22, 2017
1 parent a3211b9 commit dc864d4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
version: 1.0.{build}
version: 2.0.{build}
skip_tags: true
image: Visual Studio 2017
configuration: Release
cache: packages -> **\packages.config
environment:
REDIS_PATH: C:\Users\appveyor\.nuget\packages\redis-64\3.0.503\tools
before_build:
- cmd: nuget restore
build:
Expand All @@ -13,7 +16,7 @@ after_build:
nuget pack RedLock.StrongName.nuspec
before_test:
- ps: >-
cd RedLock.Tests\RedisConfig
cd RedLockNet.Tests\RedisConfig
Start-Process run-all-servers.cmd
Expand Down

0 comments on commit dc864d4

Please sign in to comment.