Skip to content

Commit bd8e0d4

Browse files
authored
Specify image, not environment.os in appveyor.yml (#28)
1 parent 01d58e3 commit bd8e0d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
version: '{build}'
22
skip_tags: true
3-
environment:
4-
os: Visual Studio 2017
3+
image: Visual Studio 2017
54
configuration: Release
65
build_script:
76
- ps: ./Build.ps1

0 commit comments

Comments
 (0)