OSDN Git Service

Update ChangeLog&ReleaseNotes (5)
[winmerge-jp/winmerge-jp.git] / appveyor.yml
index 29a6017..a91b769 100644 (file)
@@ -1,16 +1,13 @@
 version: 1.0.{build}\r
-image: Visual Studio 2017\r
-configuration: Release Unicode\r
-platform: x64\r
-shallow_clone: true\r
+image: Visual Studio 2022\r
 install:\r
-- ps: Add-Content $ENV:UserProfile\Mercurial.ini "`r`n[extensions]`r`neol = "\r
+- ps: ''\r
 cache: build/WinMergeDownloadDeps\r
 build_script:\r
 - cmd: >-\r
     DownloadDeps.cmd\r
 \r
-    BuildAll.vs2017.cmd x64\r
+    BuildAll.vs2022.cmd x64 -ci\r
 artifacts:\r
 - path: build/Releases/*.exe\r
-- path: build/Releases/*.zip\r
+- path: build/Releases/*.zip
\ No newline at end of file