Try force building appveyor with configured yaml VS image.

This commit is contained in:
KillzXGaming 2020-05-09 20:39:05 -04:00
parent 7740ae93bf
commit cb86317cc6

View file

@ -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"