Skip to content

Commit e445573

Browse files
committed
updated cmdline package
1 parent 96b953c commit e445573

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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",

src/Test/L1/Worker/SigningL1Tests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ private static TaskStep GetSignedTask()
230230
{
231231
Reference = new TaskStepDefinitionReference
232232
{
233-
Id = Guid.Parse("d9bafed4-0b18-4f58-0001-86655b4d2ce9"),
233+
Id = Guid.Parse("b9bafed4-0b18-4f58-968d-86655b4d2ce9"),
234234
Name = "CmdLine",
235-
Version = "2.212.0"
235+
Version = "2.250.1"
236236
},
237237
Name = "CmdLine",
238238
DisplayName = "Command line - SIGNED",
@@ -245,6 +245,6 @@ private static TaskStep GetSignedTask()
245245
return step;
246246
}
247247

248-
private static string _fingerprint = "AA12DA22A49BCE7D5C1AE64CC1F3D892F150DA76140F210ABD2CBFFCA2C18A27";
248+
private static string _fingerprint = "60e53ba530c75ca00dd7e19de90a8a48bcf784c6315465301a31df8619df866d";
249249
}
250250
}

0 commit comments

Comments
 (0)