Skip to content

Commit

Permalink
Install Wix 3.11 to CI image
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Jan 4, 2022
1 parent 1327066 commit 13198a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ environment:
matrix:
- job_name: Windows x64 Build
platform: x64
appveyor_build_worker_image: Visual Studio 2019
appveyor_build_worker_image: Visual Studio 2022
configuration: ReleaseWindows
- job_name: Windows x86 Build
platform: x86
appveyor_build_worker_image: Visual Studio 2019
appveyor_build_worker_image: Visual Studio 2022
configuration: ReleaseWindows

BugsplatDatabase: sjofnllc
Expand Down Expand Up @@ -47,8 +47,9 @@ dotnet_csproj:
file_version: '{version}'

before_build:
- ps: (New-Object Net.WebClient).DownloadFile('https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311.exe', 'C:\wix311.exe')
- ps: cmd.exe --% /c start /wait 'C:\wix311.exe' /q
- ps: util/InstallRemotePfx.ps1 -PfxDownloadUrl $env:PfxDownloadUrl -PfxDownloadUser AppVeyor -PfxDownloadPasswd $env:PfxDownloadPasswd -PfxPasswd $env:PfxPassword
- nuget restore radegast.sln

after_build:
- ps: New-Item -ItemType directory -Path .\$env:PLATFORM
Expand Down

0 comments on commit 13198a1

Please sign in to comment.