From f7c16c5fdbffbd344f9db10efd80c74d2439b1e5 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sun, 28 Feb 2016 21:13:31 -0500 Subject: [PATCH] fix yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 39b32ae..bd37b15 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,9 +11,9 @@ before_build: - ps: "&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}" - ps: dnvm upgrade - ps: dnvm update-self - - ps: dnvm install 1.0.0-beta8 + - ps: dnvm install 1.0.0-rc1-final - ps: dnvm list - - ps: dnvm use 1.0.0-beta8 + - ps: dnvm use 1.0.0-rc1-final - ps: npm cache clean - ps: npm install -g gulp bower - ps: dnu restore