Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Misc/externals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ if [[ "$L1_MODE" != "" || "$PRECACHE" != "" ]]; then
# cmdline task
acquireExternalTool "$CONTAINER_URL/l1Tasks/d9bafed4-0b18-4f58-968d-86655b4d2ce9.zip" "Tasks" false dont_uncompress
# cmdline node10 task
acquireExternalTool "$CONTAINER_URL/l1Tasks/f9bafed4-0b18-4f58-968d-86655b4d2ce9.zip" "Tasks" false dont_uncompress
acquireExternalTool "$CONTAINER_URL/l1Tasks/b9bafed4-0b18-4f58-968d-86655b4d2ce9.zip" "Tasks" false dont_uncompress

# with the current setup of this package there are backslashes so it fails to extract on non-windows at runtime
# we may need to fix this in the Agent
Expand Down
4 changes: 2 additions & 2 deletions src/Test/L1/Worker/L1TestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ protected static TaskStep CreateNode10ScriptTask(string script)
{
Reference = new TaskStepDefinitionReference
{
Id = Guid.Parse("f9bafed4-0b18-4f58-968d-86655b4d2ce9"),
Id = Guid.Parse("b9bafed4-0b18-4f58-968d-86655b4d2ce9"),
Name = "CmdLine",
Version = "2.201.1"
Version = "2.250.1"
},
Name = "CmdLine",
DisplayName = "CmdLine",
Expand Down
Loading