Skip to content

Commit b148c49

Browse files
author
Danny McCormick
authored
[Release Branch] - Revert MSBuild restrictions (#14483)
* Revert "Dont allow msbuild to setvariables (#14410)" This reverts commit 9828cff. * Revert commit and bump version
1 parent 2d96d5d commit b148c49

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

Tasks/MSBuildV1/task.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"version": {
1414
"Major": 1,
1515
"Minor": 183,
16-
"Patch": 1
16+
"Patch": 2
1717
},
1818
"demands": [
1919
"msbuild"
2020
],
21-
"minimumAgentVersion": "2.182.1",
21+
"minimumAgentVersion": "1.95.0",
2222
"groups": [
2323
{
2424
"name": "advanced",
@@ -182,11 +182,6 @@
182182
"argumentFormat": ""
183183
}
184184
},
185-
"restrictions": {
186-
"settableVariables": {
187-
"allowed": []
188-
}
189-
},
190185
"messages": {
191186
"RecordProjectDetailsOnlySupportedOnWindows": "`Record Project Details` is only supported on Windows.",
192187
"CreateLogFileOnlySupportedOnWindows": "`Create Log File` is only supported on Windows.",

Tasks/MSBuildV1/task.loc.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"version": {
1414
"Major": 1,
1515
"Minor": 183,
16-
"Patch": 1
16+
"Patch": 2
1717
},
1818
"demands": [
1919
"msbuild"
2020
],
21-
"minimumAgentVersion": "2.182.1",
21+
"minimumAgentVersion": "1.95.0",
2222
"groups": [
2323
{
2424
"name": "advanced",
@@ -182,11 +182,6 @@
182182
"argumentFormat": ""
183183
}
184184
},
185-
"restrictions": {
186-
"settableVariables": {
187-
"allowed": []
188-
}
189-
},
190185
"messages": {
191186
"RecordProjectDetailsOnlySupportedOnWindows": "ms-resource:loc.messages.RecordProjectDetailsOnlySupportedOnWindows",
192187
"CreateLogFileOnlySupportedOnWindows": "ms-resource:loc.messages.CreateLogFileOnlySupportedOnWindows",

0 commit comments

Comments
 (0)