From d9435d24a6270e3a123fc9edc4c7c0c789ea2b20 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 31 Jul 2018 12:35:33 +0900 Subject: [PATCH] Use nuget version --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e1691f0708..58e22633d0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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