Try force building appveyor with configured yaml VS image.
This commit is contained in:
parent
7740ae93bf
commit
cb86317cc6
@ -3,6 +3,8 @@ configuration: Release
|
|||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
environment:
|
environment:
|
||||||
name: Toolbox
|
name: Toolbox
|
||||||
|
image:
|
||||||
|
- Visual Studio 2017
|
||||||
build:
|
build:
|
||||||
project: Toolbox.sln
|
project: Toolbox.sln
|
||||||
verbosity: minimal
|
verbosity: minimal
|
||||||
@ -22,8 +24,6 @@ deploy:
|
|||||||
prerelease: true
|
prerelease: true
|
||||||
force_update: true
|
force_update: true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
- 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Toolbox.exe.config"
|
- 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Toolbox.exe.config"
|
||||||
- 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Toolbox.pdb"
|
- 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Toolbox.pdb"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user