Commit 0e0694f
Disable F# test project signing unconditionally
The F# compiler produces assemblies with malformed public key blobs
when public-signing with full key pairs on Unix (dotnet/fsharp#19441).
Previously SignAssembly was only disabled for source-build, but the
fix for dotnet/fsharp#19242 exposed this on all Unix legs.
Since this is a non-shipping test project, disable signing
unconditionally as a workaround.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 77de348 commit 0e0694f
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- src/libraries/System.Formats.Cbor/tests/CborDocument
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments