From c03a42e1086ff2468cceadfdd35fe4b1c76ddec7 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 11 Dec 2018 10:16:17 -0500 Subject: [PATCH] disable all install scripts --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e3d0f8f1e..0841a3c86 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) #on_finish: # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) -install: +#install: # - choco install cloc --no-progress # - "cloc --vcs git --exclude-dir Resources,store,test,UWP,Properties --include-lang C#,JavaScript,TypeScript,PowerShell" # - appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe