Skip to content

Commit

Permalink
Try later innosetup to fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
blairmcg committed Oct 30, 2019
1 parent 526be93 commit ae0f626
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions DolphinRelease.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
version: v7.1.7.{build}
version: v7.1.9
skip_non_tags: true
image: Visual Studio 2017
image: Visual Studio 2019
configuration: Release
install:
- cmd: "git submodule update --init --recursive\n \ngit lfs pull"
before_build:
- cmd: choco install innosetup -y -version 5.5.2 --allow-empty-checksums
build:
project: Core\DolphinVM\DolphinVM.sln
verbosity: minimal
after_build:
- cmd: choco install innosetup -y -version 6.0.3 --allow-empty-checksums
build_script:
- cmd: >-
msbuild Core\DolphinVM\DolphinVM.sln /verbosity:m /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
Core\DolphinVM\AppVeyorZIPDolphinVM
BootDPRO
Expand Down

0 comments on commit ae0f626

Please sign in to comment.