From 077cf388fc5a85a7f6cd0fdcb2b68d17a898019e Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Thu, 26 Sep 2024 15:57:46 +0100 Subject: [PATCH] Downgrade sign tool Downgrade the `sign` tool to the same version used when we published v8.4.1 to see if it's the source of the failure. --- .config/dotnet-tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 3abb4c209fa..0129756a6ca 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -33,10 +33,10 @@ ] }, "sign": { - "version": "0.9.1-beta.24406.1", + "version": "0.9.1-beta.24312.3", "commands": [ "sign" ] } } -} \ No newline at end of file +}