aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2021-12-24 21:44:00 -0500
committerBob Arnson <github@bobs.org>2021-12-25 20:31:10 -0500
commit65b1d371956836c76d386ee5e08bc0bedb6c5afa (patch)
treecaea59f282281d8c2b86be86d6c5537e8f61d0ea
parent5bb1c768a8124505c87fc1db3f702675b50d54ab (diff)
downloadwix-65b1d371956836c76d386ee5e08bc0bedb6c5afa.tar.gz
wix-65b1d371956836c76d386ee5e08bc0bedb6c5afa.tar.bz2
wix-65b1d371956836c76d386ee5e08bc0bedb6c5afa.zip
Install v141 toolset on GitHub build VM.
-rw-r--r--src/wix.vsconfig4
1 files changed, 3 insertions, 1 deletions
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 @@
1{ 1{
2 "version": "1.0", 2 "version": "1.0",
3 "components": [ 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"
5 ] 7 ]
6} 8}