Skip to content

Commit

Permalink
Revert "appveyor.yml: Change Build worker image from VS2017 to VS2019"
Browse files Browse the repository at this point in the history
This reverts commit 740f567.
  • Loading branch information
sdottaka committed Apr 3, 2021
1 parent 740f567 commit 4480463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 1.0.{build}
image: Visual Studio 2019
image: Visual Studio 2017
clone_folder: c:\projects\winimerge\winimerge
shallow_clone: true
install:
Expand All @@ -12,7 +12,7 @@ build_script:
- cmd: >-
cd c:\projects\winimerge\winimerge
BuildBin.vs2019.cmd
BuildBin.vs2017.cmd
BuildArc.cmd
artifacts:
Expand Down

0 comments on commit 4480463

Please sign in to comment.