Use nuget version

This commit is contained in:
Dean Herbert 2018-07-31 12:35:33 +09:00 committed by GitHub
parent 95aa6b262d
commit d9435d24a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ install:
- cmd: git submodule update --init --recursive --depth=5
- cmd: choco install resharper-clt -y
- cmd: choco install nvika -y
- cmd: dotnet tool install CodeFileSanity --version 13.0.0 --global --add-source https://ci.appveyor.com/nuget/codefilesanity
- cmd: dotnet tool install CodeFileSanity --version 0.0.16 --global
before_build:
- cmd: codefilesanity
- cmd: nuget restore -verbosity quiet