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 4f3660e
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 @@ -48,7 +48,8 @@ dotnet_csproj:

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

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

0 comments on commit 4f3660e

Please sign in to comment.