From 5f5cef7f57588b25c14dc7b02e92d94231685d86 Mon Sep 17 00:00:00 2001 From: Anthony Lloyd Date: Wed, 11 Jan 2017 13:50:58 +0000 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 70d7860c..9e864609 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,11 @@ environment: matrix: - CLI_VERSION: 1.0.0-preview3-003857 +install: + - bundle install + build_script: + - bundle exec rake # .NET Core SDK binaries - ps: $url = "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/rel-1.0.0/dotnet-dev-win-x64.latest.zip"