Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-load Azure Images with WixToolset.Sdk #154

Open
kendalharland opened this issue Jun 6, 2024 · 0 comments
Open

Pre-load Azure Images with WixToolset.Sdk #154

kendalharland opened this issue Jun 6, 2024 · 0 comments

Comments

@kendalharland
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant