thebrowsercompany / swift-build

Swift toolchain builds by The Browser Company
351 stars 10 forks source link

Pre-load Azure Images with WixToolset.Sdk #154

Open kendalharland opened 2 months ago

kendalharland commented 2 months ago

To build the toolchain on Azure VMs we have to do:

Register-PackageSource -Name NuGet -Location https://www.nuget.org/api/v2 -ProviderName NuGet
Install-Package -Name WixToolset.Sdk -RequiredVersion 4.0.1 -Force

This is portable, but it'd be faster if the VMs just had it installed, to be closer to parity with the public GH runner images.