Skip to content

Commit 2b08123

Browse files
committed
updated cmdline package
1 parent 3a7d8dc commit 2b08123

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 "file://$(dirname $0)/h9bafed4-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
1.35 MB
Binary file not shown.

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("h9bafed4-0b18-4f58-968d-86655b4d2ce9"),
152152
Name = "CmdLine",
153-
Version = "2.201.1"
153+
Version = "2.264.2"
154154
},
155155
Name = "CmdLine",
156156
DisplayName = "CmdLine",

0 commit comments

Comments
 (0)