diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0adeb83cb19..a6a23b2c9b5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -628,8 +628,10 @@ stages: strategy: maxParallel: 2 matrix: - compressed_metadata: - _kind: "-compressAllMetadata" + # We've disabled trimming metadata for FSharp.Core, due to the issue in linker, when it produces the warning if resource does not exist. + # Publicly shipped FSHarp.Core (nuget) contains only uncompressed metadata. + #compressed_metadata: + # _kind: "-compressAllMetadata" classic_metadata: _kind: "" variables: diff --git a/src/FSharp.Core/ILLink.Substitutions.xml b/src/FSharp.Core/ILLink.Substitutions.xml index 42d44a0b4c4..c80892020c9 100644 --- a/src/FSharp.Core/ILLink.Substitutions.xml +++ b/src/FSharp.Core/ILLink.Substitutions.xml @@ -1,8 +1,11 @@ + -