diff --git a/appveyor.yml b/appveyor.yml index b1b53774..6c0cc8b2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,10 @@ # version format version: 1.10-{build} +# pull request template +pull_requests: + do_not_increment_build_number: true + # vm template image: Visual Studio 2017 @@ -28,9 +32,9 @@ build: # post-build step after_build: -- ps: appveyor DownloadFile https://github.com/saramibreak/DiscImageCreator/files/2112299/DiscImageCreator_20180619.zip +- ps: appveyor DownloadFile https://github.com/saramibreak/DiscImageCreator/files/2326718/DiscImageCreator_20180828.zip - ps: appveyor DownloadFile http://www.rawdump.net/tools/subdump_fua_0x28.zip -- 7z e DiscImageCreator_20180619.zip -oDICUI\bin\Debug\Programs Release_ANSI\* +- 7z e DiscImageCreator_20180828.zip -oDICUI\bin\Debug\Programs Release_ANSI\* - 7z e subdump_fua_0x28.zip -oDICUI\bin\Debug * - mv DICUI\bin\Debug\subdump_fua_0x28.exe DICUI\bin\Debug\subdump.exe - 7z a DICUI.zip DICUI\bin\Debug\*