From c1038df28ec2f2ed406d963c0b3cafb0857c24e7 Mon Sep 17 00:00:00 2001 From: Steve Cadwallader Date: Sun, 26 Mar 2017 19:09:37 +0000 Subject: [PATCH] Remove "RC" from image since Visual Studio 2017 is now officially released. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 815ca389..79e47321 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ version: 10.3.{build} -image: Visual Studio 2017 RC +image: Visual Studio 2017 install: - ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex