Skip to content

Commit 90a2af4

Browse files
committed
updated command line task guid
1 parent 3a7d8dc commit 90a2af4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Misc/externals.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ if [[ "$L1_MODE" != "" || "$PRECACHE" != "" ]]; then
301301
# cmdline task
302302
acquireExternalTool "$CONTAINER_URL/l1Tasks/d9bafed4-0b18-4f58-968d-86655b4d2ce9.zip" "Tasks" false dont_uncompress
303303
# cmdline node10 task
304-
acquireExternalTool "$CONTAINER_URL/l1Tasks/f9bafed4-0b18-4f58-968d-86655b4d2ce9.zip" "Tasks" false dont_uncompress
304+
acquireExternalTool "$CONTAINER_URL/l1Tasks/b9bafed4-0b18-4f58-968d-86655b4d2ce9.zip" "Tasks" false dont_uncompress
305305

306306
# with the current setup of this package there are backslashes so it fails to extract on non-windows at runtime
307307
# we may need to fix this in the Agent

src/Test/L1/Worker/L1TestBase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ protected static TaskStep CreateNode10ScriptTask(string script)
148148
{
149149
Reference = new TaskStepDefinitionReference
150150
{
151-
Id = Guid.Parse("f9bafed4-0b18-4f58-968d-86655b4d2ce9"),
151+
Id = Guid.Parse("b9bafed4-0b18-4f58-968d-86655b4d2ce9"),
152152
Name = "CmdLine",
153-
Version = "2.201.1"
153+
Version = "2.250.1"
154154
},
155155
Name = "CmdLine",
156156
DisplayName = "CmdLine",

0 commit comments

Comments
 (0)