mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 07:04:36 +00:00
Try force building appveyor with configured yaml VS image.
This commit is contained in:
parent
7740ae93bf
commit
cb86317cc6
1 changed files with 3 additions and 3 deletions
|
@ -3,6 +3,8 @@ configuration: Release
|
|||
version: 1.0.{build}
|
||||
environment:
|
||||
name: Toolbox
|
||||
image:
|
||||
- Visual Studio 2017
|
||||
build:
|
||||
project: Toolbox.sln
|
||||
verbosity: minimal
|
||||
|
@ -20,9 +22,7 @@ deploy:
|
|||
artifact: Toolbox-Latest.zip
|
||||
draft: false
|
||||
prerelease: true
|
||||
force_update: true
|
||||
|
||||
|
||||
force_update: true
|
||||
|
||||
after_build:
|
||||
- 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Toolbox.exe.config"
|
||||
|
|
Loading…
Reference in a new issue