OSDN Git Service

Update ChangeLog&ReleaseNotes (5)
[winmerge-jp/winmerge-jp.git] / appveyor.yml
index 75e3c86..a91b769 100644 (file)
@@ -1,6 +1,13 @@
 version: 1.0.{build}\r
-configuration: Release Unicode\r
-platform: x64\r
-build:\r
-  project: WinMerge.vs2015.sln\r
-  verbosity: minimal
\ No newline at end of file
+image: Visual Studio 2022\r
+install:\r
+- ps: ''\r
+cache: build/WinMergeDownloadDeps\r
+build_script:\r
+- cmd: >-\r
+    DownloadDeps.cmd\r
+\r
+    BuildAll.vs2022.cmd x64 -ci\r
+artifacts:\r
+- path: build/Releases/*.exe\r
+- path: build/Releases/*.zip
\ No newline at end of file