Configure build images for appveyor.yml #106

This commit is contained in:
Rikki Tooley 2017-08-23 21:53:20 +01:00
parent 2620e5e5a2
commit 9f60954f07

View File

@ -6,6 +6,8 @@
version: 1.0.999.{build}
image: Visual Studio 2017
assembly_info:
patch: true
file: AssemblyInfo.*
@ -53,6 +55,8 @@
version: 0.3.999.{build}
image: Visual Studio 2015
assembly_info:
patch: true
file: AssemblyInfo.*
@ -101,6 +105,8 @@
# don't forget to update this!
version: 1.0.1.{build}
image: Visual Studio 2017
assembly_info:
patch: true
file: AssemblyInfo.*
@ -153,6 +159,8 @@
# don't forget to update this!
version: 0.3.0.{build}
image: Visual Studio 2015
assembly_info:
patch: true
file: AssemblyInfo.*