Skip to content

Commit d51c05e

Browse files
committed
Update MSBuild/VS default version
1 parent 0354809 commit d51c05e

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Tasks/MSBuild/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"version": {
1313
"Major": 1,
1414
"Minor": 0,
15-
"Patch": 52
15+
"Patch": 53
1616
},
1717
"demands": [
1818
"msbuild"
@@ -118,12 +118,12 @@
118118
"label": "MSBuild Version",
119119
"required": false,
120120
"groupName": "advanced",
121-
"defaultValue": "14.0",
121+
"defaultValue": "15.0",
122122
"helpMarkDown": "If the preferred version cannot be found, the latest version found will be used instead. On a Mac xbuild(Mono) will be used.",
123123
"visibleRule": "msbuildLocationMethod = version",
124124
"options": {
125125
"latest": "Latest",
126-
"15.0": "MSBuild 15.0 (preview)",
126+
"15.0": "MSBuild 15.0",
127127
"14.0": "MSBuild 14.0",
128128
"12.0": "MSBuild 12.0",
129129
"4.0": "MSBuild 4.0"

Tasks/MSBuild/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"version": {
1313
"Major": 1,
1414
"Minor": 0,
15-
"Patch": 52
15+
"Patch": 53
1616
},
1717
"demands": [
1818
"msbuild"
@@ -118,12 +118,12 @@
118118
"label": "ms-resource:loc.input.label.msbuildVersion",
119119
"required": false,
120120
"groupName": "advanced",
121-
"defaultValue": "14.0",
121+
"defaultValue": "15.0",
122122
"helpMarkDown": "ms-resource:loc.input.help.msbuildVersion",
123123
"visibleRule": "msbuildLocationMethod = version",
124124
"options": {
125125
"latest": "Latest",
126-
"15.0": "MSBuild 15.0 (preview)",
126+
"15.0": "MSBuild 15.0",
127127
"14.0": "MSBuild 14.0",
128128
"12.0": "MSBuild 12.0",
129129
"4.0": "MSBuild 4.0"

Tasks/VSBuild/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"version": {
1313
"Major": 1,
1414
"Minor": 0,
15-
"Patch": 45
15+
"Patch": 47
1616
},
1717
"demands": [
1818
"msbuild",
@@ -88,10 +88,10 @@
8888
"label": "Visual Studio Version",
8989
"required": false,
9090
"helpMarkDown": "If the preferred version cannot be found, the latest version found will be used instead.",
91-
"defaultValue": "14.0",
91+
"defaultValue": "15.0",
9292
"options": {
9393
"latest": "Latest",
94-
"15.0": "Visual Studio \"15\" (preview)",
94+
"15.0": "Visual Studio 2017",
9595
"14.0": "Visual Studio 2015",
9696
"12.0": "Visual Studio 2013",
9797
"11.0": "Visual Studio 2012"

Tasks/VSBuild/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"version": {
1313
"Major": 1,
1414
"Minor": 0,
15-
"Patch": 45
15+
"Patch": 47
1616
},
1717
"demands": [
1818
"msbuild",
@@ -88,10 +88,10 @@
8888
"label": "ms-resource:loc.input.label.vsVersion",
8989
"required": false,
9090
"helpMarkDown": "ms-resource:loc.input.help.vsVersion",
91-
"defaultValue": "14.0",
91+
"defaultValue": "15.0",
9292
"options": {
9393
"latest": "Latest",
94-
"15.0": "Visual Studio \"15\" (preview)",
94+
"15.0": "Visual Studio 2017",
9595
"14.0": "Visual Studio 2015",
9696
"12.0": "Visual Studio 2013",
9797
"11.0": "Visual Studio 2012"

0 commit comments

Comments
 (0)