Skip to content

Commit e5c2512

Browse files
committed
CondaEnvironmentV1 - change _buildConfigMapping
1 parent f57ffaa commit e5c2512

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

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)