You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Tasks/UseRubyVersionV0/task.json
+10-2
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@
13
13
"author": "Microsoft Corporation",
14
14
"version": {
15
15
"Major": 0,
16
-
"Minor": 182,
16
+
"Minor": 184,
17
17
"Patch": 0
18
18
},
19
19
"demands": [],
20
-
"minimumAgentVersion": "2.115.0",
20
+
"minimumAgentVersion": "2.182.1",
21
21
"instanceNameFormat": "Use Ruby $(versionSpec)",
22
22
"inputs": [
23
23
{
@@ -56,5 +56,13 @@
56
56
"ToolNotFoundSelfHosted": "If this is a self-hosted agent, see how to configure side-by-side %s versions at %s.",
57
57
"VersionNotFound": "Version spec %s for architecture %s did not match any version in Agent.ToolsDirectory.",
58
58
"ExactVersionNotRecommended": "It is not recommended to specify exact version on Microsoft-Hosted agents. Patch version of Ruby can be replaced by new one on Hosted agents without notice and build stops to work. it is recommended to specify only major or major and minor version (Example: `2` or `2.4`)"
0 commit comments