Skip to content

Commit

Permalink
(maint) Update build config
Browse files Browse the repository at this point in the history
  • Loading branch information
pauby committed May 28, 2023
1 parent d1c93fe commit d6bb277
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

version: '{build}'
max_jobs: 1
#image: WMF 5
image: Visual Studio 2019
# History plugin requires complete log
#clone_depth: 5
branches:
Expand Down Expand Up @@ -56,6 +56,7 @@ init:
install:
- ps: 'Get-CimInstance win32_operatingsystem -Property Caption, OSArchitecture, Version | fl Caption, OSArchitecture, Version'
- ps: $PSVersionTable
- ps: choco upgrade chocolatey -y
- git --version
- choco --version
- ps: |
Expand Down

0 comments on commit d6bb277

Please sign in to comment.