Skip to content

Commit d6e935a

Browse files
committed
(maint) Update build config
1 parent d1c93fe commit d6e935a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
version: '{build}'
44
max_jobs: 1
5-
#image: WMF 5
5+
image: Visual Studio 2019
66
# History plugin requires complete log
77
#clone_depth: 5
88
branches:
@@ -56,6 +56,7 @@ init:
5656
install:
5757
- ps: 'Get-CimInstance win32_operatingsystem -Property Caption, OSArchitecture, Version | fl Caption, OSArchitecture, Version'
5858
- ps: $PSVersionTable
59+
- ps: choco upgrade chocolatey -y --no-progress
5960
- git --version
6061
- choco --version
6162
- ps: |

0 commit comments

Comments
 (0)