File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments