From bbe00753f47d578008ecca064b12c97479856b1a Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Fri, 23 Feb 2018 10:38:52 +0000 Subject: [PATCH] Workaround AppVeyor failing to install Chrome --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 19c16e69b1..d1af1c6357 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,7 +17,7 @@ os: Visual Studio 2017 Preview build_script: - dotnet build Blazor.sln before_test: - - choco install googlechrome + - choco install googlechrome --ignore-checksum - npm install -g selenium-standalone - selenium-standalone install - ps: $SeleniumProcess = Start-Process "selenium-standalone" -ArgumentList "start" -PassThru