2019-03-28 02:26:57 +01:00
|
|
|
configuration: Release
|
|
|
|
|
2019-03-28 02:05:01 +01:00
|
|
|
version: 1.0.{build}
|
|
|
|
environment:
|
|
|
|
name: Switch-Toolbox
|
|
|
|
build:
|
|
|
|
project: Switch_Toolbox.sln
|
|
|
|
verbosity: minimal
|
|
|
|
deploy:
|
|
|
|
- provider: GitHub
|
2019-03-28 21:29:32 +01:00
|
|
|
tag: EXPERIMENTAL_v1.0r2.5_BETA
|
2019-03-28 02:05:01 +01:00
|
|
|
release: Experimental Release
|
|
|
|
auth_token:
|
|
|
|
secure: vDPwgMnjU54ZBjDmIfPNaES/JfhJBkj1yZ1kZwNf3ls8IUjPhVEWR2FDBVV0MySO
|
2019-03-28 02:07:34 +01:00
|
|
|
artifact: Switch-Toolbox-Latest.zip
|
2019-03-28 02:05:01 +01:00
|
|
|
draft: false
|
|
|
|
prerelease: true
|
|
|
|
force_update: true
|
2019-03-28 02:17:22 +01:00
|
|
|
|
|
|
|
after_build:
|
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Toolbox.exe"
|
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Toolbox.exe.config"
|
2019-03-28 02:37:45 +01:00
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Toolbox.pdb"
|
2019-03-28 02:17:22 +01:00
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Lib"
|
2019-03-28 02:37:45 +01:00
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Updater.exe"
|
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Updater.pdb"
|
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Updater.exe.config"
|
2019-03-28 02:17:22 +01:00
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Shader"
|
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Assimp32.dll"
|
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Extensions.Data.xxHash.dll"
|
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\libzstd.dll"
|
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\LZ4.dll"
|
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\LZ4.Frame.dll"
|
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\OpenGl_EditorFramework.dll"
|
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Switch_Toolbox.Library.dll"
|
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\System.Buffers.dll"
|
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\System.Memory.dll"
|
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\System.Runtime.CompilerServices.Unsafe.dll"
|
|
|
|
- 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Version.txt"
|
2019-03-28 02:20:45 +01:00
|
|
|
- appveyor PushArtifact "Switch-Toolbox-Latest.zip"
|