Skip to content

Commit 077cf38

Browse files
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.
1 parent 47284e8 commit 077cf38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
]
3434
},
3535
"sign": {
36-
"version": "0.9.1-beta.24406.1",
36+
"version": "0.9.1-beta.24312.3",
3737
"commands": [
3838
"sign"
3939
]
4040
}
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)