version: 1.2.8.{build} os: Visual Studio 2015 assembly_info: patch: true file: OpenTween\Properties\AssemblyInfo.cs assembly_file_version: '{version}' build: verbosity: minimal install: - set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% after_test: - del %APPVEYOR_BUILD_FOLDER%\OpenTween\bin\Debug\OpenTween.pdb - 7z a OpenTween_dev-%APPVEYOR_BUILD_NUMBER%.zip %APPVEYOR_BUILD_FOLDER%\OpenTween\bin\Debug\* artifacts: - name: OpenTween.zip path: OpenTween_dev-$(APPVEYOR_BUILD_NUMBER).zip # vim: et fenc=utf-8 sts=2 sw=2 ts=2