Skip to content

Commit 81004da

Browse files
committed
CondaEnvironmentV1 - change _buildConfigMapping
1 parent f57ffaa commit 81004da

File tree

8 files changed

+56
-4
lines changed

8 files changed

+56
-4
lines changed

Tasks/AppCenterDistributeV1/task.json

+8
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@
190190
"Node16": {
191191
"target": "appcenterdistribute.js",
192192
"argumentFormat": ""
193+
},
194+
"Node20_1": {
195+
"target": "appcenterdistribute.js",
196+
"argumentFormat": ""
193197
}
194198
},
195199
"messages": {
@@ -202,5 +206,9 @@
202206
"FoundMultipleFiles": "Found multiple files matching %s.",
203207
"FailedToCreateFile": "Failed to create %s with error: %s.",
204208
"FailedToFindFile": "Failed to find %s at %s."
209+
},
210+
"_buildConfigMapping": {
211+
"Default": "1.234.0",
212+
"Node20_229_7": "1.234.1"
205213
}
206214
}

Tasks/AppCenterDistributeV1/task.loc.json

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"category": "Deploy",
99
"deprecated": true,
1010
"removalDate": "2024-01-31",
11+
"deprecationMessage": "The AppCenterDistribute@1 (App Center distribute) task has been deprecated since November 14, 2022 and will soon be removed. Use the AppCenterDistribute@3 task instead.",
1112
"visibility": [
1213
"Build",
1314
"Release"
@@ -189,6 +190,10 @@
189190
"Node16": {
190191
"target": "appcenterdistribute.js",
191192
"argumentFormat": ""
193+
},
194+
"Node20_1": {
195+
"target": "appcenterdistribute.js",
196+
"argumentFormat": ""
192197
}
193198
},
194199
"messages": {
@@ -201,5 +206,9 @@
201206
"FoundMultipleFiles": "ms-resource:loc.messages.FoundMultipleFiles",
202207
"FailedToCreateFile": "ms-resource:loc.messages.FailedToCreateFile",
203208
"FailedToFindFile": "ms-resource:loc.messages.FailedToFindFile"
209+
},
210+
"_buildConfigMapping": {
211+
"Default": "1.234.0",
212+
"Node20_229_7": "1.234.1"
204213
}
205214
}

Tasks/AppCenterDistributeV2/task.json

+8
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@
191191
"Node16": {
192192
"target": "appcenterdistribute.js",
193193
"argumentFormat": ""
194+
},
195+
"Node20_1": {
196+
"target": "appcenterdistribute.js",
197+
"argumentFormat": ""
194198
}
195199
},
196200
"messages": {
@@ -204,5 +208,9 @@
204208
"FoundMultipleFiles": "Found multiple files matching %s.",
205209
"FailedToCreateFile": "Failed to create %s with error: %s.",
206210
"FailedToFindFile": "Failed to find %s at %s."
211+
},
212+
"_buildConfigMapping": {
213+
"Default": "2.234.0",
214+
"Node20_229_7": "2.234.1"
207215
}
208216
}

Tasks/AppCenterDistributeV2/task.loc.json

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"category": "Deploy",
99
"deprecated": true,
1010
"removalDate": "2024-01-31",
11+
"deprecationMessage": "The AppCenterDistribute@2 (App Center distribute) task has been deprecated since November 14, 2022 and will soon be removed. Use the AppCenterDistribute@3 task instead.",
1112
"visibility": [
1213
"Build",
1314
"Release"
@@ -190,6 +191,10 @@
190191
"Node16": {
191192
"target": "appcenterdistribute.js",
192193
"argumentFormat": ""
194+
},
195+
"Node20_1": {
196+
"target": "appcenterdistribute.js",
197+
"argumentFormat": ""
193198
}
194199
},
195200
"messages": {
@@ -203,5 +208,9 @@
203208
"FoundMultipleFiles": "ms-resource:loc.messages.FoundMultipleFiles",
204209
"FailedToCreateFile": "ms-resource:loc.messages.FailedToCreateFile",
205210
"FailedToFindFile": "ms-resource:loc.messages.FailedToFindFile"
211+
},
212+
"_buildConfigMapping": {
213+
"Default": "2.234.0",
214+
"Node20_229_7": "2.234.1"
206215
}
207216
}

Tasks/CondaEnvironmentV1/task.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"PrependPath": "Prepending PATH environment variable with directory: %s"
105105
},
106106
"_buildConfigMapping": {
107-
"Default": "1.222.1",
108-
"Node16-219": "1.222.0"
107+
"Default": "1.234.0",
108+
"Node20-225": "1.234.1"
109109
}
110110
}

Tasks/CondaEnvironmentV1/task.loc.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"deprecated": true,
2020
"removalDate": "2024-01-31",
21+
"deprecationMessage": "The CondaEnvironment@1 (Conda environment) task has been deprecated since February 13, 2019 and will soon be removed. Use the Conda CLI ('conda') directly from a bash/pwsh/script task.",
2122
"demands": [],
2223
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
2324
"inputs": [
@@ -103,7 +104,7 @@
103104
"PrependPath": "ms-resource:loc.messages.PrependPath"
104105
},
105106
"_buildConfigMapping": {
106-
"Default": "1.222.1",
107-
"Node16-219": "1.222.0"
107+
"Default": "1.234.0",
108+
"Node20-225": "1.234.1"
108109
}
109110
}

Tasks/DotNetCoreInstallerV1/task.json

+8
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@
8787
},
8888
"Node16": {
8989
"target": "dotnetcoreinstaller.js"
90+
},
91+
"Node20_1": {
92+
"target": "dotnetcoreinstaller.js",
93+
"argumentFormat": ""
9094
}
9195
},
9296
"messages": {
@@ -154,5 +158,9 @@
154158
"VersionFilesDataIncorrect": "Version's files data is missing or has missing required fields.",
155159
"VersionInformationNotComplete": "Version: %s required information is not complete in releases.json file. Error: %s",
156160
"FailedWhileExtractingPacakge": "Failed while extracting downloaded package with error: %s"
161+
},
162+
"_buildConfigMapping": {
163+
"Default": "1.234.0",
164+
"Node20_229_3": "1.234.1"
157165
}
158166
}

Tasks/DotNetCoreInstallerV1/task.loc.json

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"deprecated": true,
2020
"removalDate": "2024-01-31",
21+
"deprecationMessage": "The DotNetCoreInstaller@1 (.NET Core SDK/runtime installer) task has been deprecated since August 22 2019 and will soon be retired. Use the UseDotNot@2 task instead.",
2122
"preview": "true",
2223
"satisfies": [
2324
"DotNetCore"
@@ -86,6 +87,10 @@
8687
},
8788
"Node16": {
8889
"target": "dotnetcoreinstaller.js"
90+
},
91+
"Node20_1": {
92+
"target": "dotnetcoreinstaller.js",
93+
"argumentFormat": ""
8994
}
9095
},
9196
"messages": {
@@ -153,5 +158,9 @@
153158
"VersionFilesDataIncorrect": "ms-resource:loc.messages.VersionFilesDataIncorrect",
154159
"VersionInformationNotComplete": "ms-resource:loc.messages.VersionInformationNotComplete",
155160
"FailedWhileExtractingPacakge": "ms-resource:loc.messages.FailedWhileExtractingPacakge"
161+
},
162+
"_buildConfigMapping": {
163+
"Default": "1.234.0",
164+
"Node20_229_3": "1.234.1"
156165
}
157166
}

0 commit comments

Comments
 (0)