From 733c34d93a499d50a753a5c311df114c97a48dfa Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Wed, 27 Oct 2021 19:23:50 +0300 Subject: [PATCH] Add node 16 to the toolcache (#4354) --- images/win/toolsets/toolset-2016.json | 3 ++- images/win/toolsets/toolset-2019.json | 3 ++- images/win/toolsets/toolset-2022.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/images/win/toolsets/toolset-2016.json b/images/win/toolsets/toolset-2016.json index 88a3a8e6..1e310ed6 100644 --- a/images/win/toolsets/toolset-2016.json +++ b/images/win/toolsets/toolset-2016.json @@ -61,7 +61,8 @@ "versions": [ "10.*", "12.*", - "14.*" + "14.*", + "16.*" ] }, { diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 07695874..c902a205 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -61,7 +61,8 @@ "versions": [ "10.*", "12.*", - "14.*" + "14.*", + "16.*" ] }, { diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index b520d6c4..d76b90b3 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -40,7 +40,8 @@ "versions": [ "10.*", "12.*", - "14.*" + "14.*", + "16.*" ] }, {