Install v141 toolset on GitHub build VM.
Bob Arnson committed
Dec 24, 2021 at 21:44 UTC
65b1d371956836c76d386ee5e08bc0bedb6c5afa
1 file changed
+3
-1
src/wix.vsconfig
+3
-1
@@ -1,6 +1,8 @@
1
{
2
"version": "1.0",
3
"components": [
4
- "Microsoft.Net.Component.4.7.2.TargetingPack"
4
+ "Microsoft.Net.Component.4.7.2.TargetingPack",
5
+ "Microsoft.VisualStudio.Component.VC.v141.x86.x64",
6
+ "Microsoft.VisualStudio.Component.VC.v141.ARM64"
7
]
8
}