From 13198a1ceb72d6be0553b92a170986c1097d9513 Mon Sep 17 00:00:00 2001 From: Cinder Date: Tue, 4 Jan 2022 11:20:40 -0600 Subject: [PATCH] Install Wix 3.11 to CI image --- .appveyor.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 60c1ae2c..e973a4d5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 @@ -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