From 65b1d371956836c76d386ee5e08bc0bedb6c5afa Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Fri, 24 Dec 2021 21:44:00 -0500 Subject: Install v141 toolset on GitHub build VM. --- src/wix.vsconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wix.vsconfig b/src/wix.vsconfig index 594d0243..8eaa6a93 100644 --- a/src/wix.vsconfig +++ b/src/wix.vsconfig @@ -1,6 +1,8 @@ { "version": "1.0", "components": [ - "Microsoft.Net.Component.4.7.2.TargetingPack" + "Microsoft.Net.Component.4.7.2.TargetingPack", + "Microsoft.VisualStudio.Component.VC.v141.x86.x64", + "Microsoft.VisualStudio.Component.VC.v141.ARM64" ] } -- cgit v1.2.3-55-g6feb