Skip to content

Commit

Permalink
Update appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
samcook committed Oct 10, 2018
1 parent cda3fb6 commit cfbdbaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ configuration: Release
environment:
REDIS_PATH: C:\Users\appveyor\.nuget\packages\redis-64\3.0.503\tools
before_build:
- cmd: nuget restore
- cmd: dotnet restore
build:
verbosity: normal
after_build:
- cmd: >-
dotnet pack --no-build -c Release RedLock.SERedis\RedLock.SERedis.csproj /p:PackageOutputPath=.nupkgs
dotnet pack --no-build -c Release RedLockNet.SERedis\RedLockNet.SERedis.csproj /p:PackageOutputPath=.nupkgs
before_test:
- ps: >-
cd RedLockNet.Tests\RedisConfig
Expand Down

0 comments on commit cfbdbaf

Please sign in to comment.