Skip to content

Commit

Permalink
[XamarinAndroidV1] Add MSBuild 16.0 option for msbuildVersion input (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Zaytsev authored May 18, 2021
1 parent 744e2b7 commit e8006bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Tasks/XamarinAndroidV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 186,
"Minor": 188,
"Patch": 0
},
"demands": [
Expand Down Expand Up @@ -114,6 +114,7 @@
"helpMarkDown": "If the preferred version cannot be found, the latest version found will be used instead. On macOS, xbuild (Mono) or MSBuild (Visual Studio for Mac) will be used.",
"options": {
"latest": "Latest",
"16.0": "MSBuild 16.0",
"15.0": "MSBuild 15.0",
"14.0": "MSBuild 14.0",
"12.0": "MSBuild 12.0",
Expand Down Expand Up @@ -251,4 +252,4 @@
"XamarinAndroidSucceeded": "Xamarin.Android task execution completed with no errors.",
"MSB_BuildToolNotFound": "MSBuild or xbuild (Mono) were not found on the macOS or Linux agent."
}
}
}
5 changes: 3 additions & 2 deletions Tasks/XamarinAndroidV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 186,
"Minor": 188,
"Patch": 0
},
"demands": [
Expand Down Expand Up @@ -114,6 +114,7 @@
"helpMarkDown": "ms-resource:loc.input.help.msbuildVersion",
"options": {
"latest": "Latest",
"16.0": "MSBuild 16.0",
"15.0": "MSBuild 15.0",
"14.0": "MSBuild 14.0",
"12.0": "MSBuild 12.0",
Expand Down Expand Up @@ -251,4 +252,4 @@
"XamarinAndroidSucceeded": "ms-resource:loc.messages.XamarinAndroidSucceeded",
"MSB_BuildToolNotFound": "ms-resource:loc.messages.MSB_BuildToolNotFound"
}
}
}

0 comments on commit e8006bb

Please sign in to comment.