Skip to content

Commit

Permalink
Fix for VS version
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Jul 10, 2015
1 parent 3a5ac5b commit 936e15c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 1.0.{build}
os: Visual Studio 2015 CTP 6
os: Visual Studio 2015 RC
configuration: Release

install:
install:
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%"
- ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex

before_build:
before_build:
- ps: Vsix-IncrementVsixVersion | Vsix-UpdateBuildVersion
- nuget.exe restore

Expand Down

0 comments on commit 936e15c

Please sign in to comment.