Workaround AppVeyor failing to install Chrome

This commit is contained in:
Steve Sanderson 2018-02-23 10:38:52 +00:00
parent 82bcf9172a
commit bbe00753f4
1 changed files with 1 additions and 1 deletions

View File

@ -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