We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To build the toolchain on Azure VMs we have to do:
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.
The text was updated successfully, but these errors were encountered: