Skip to content

Commit 92f466a

Browse files
committed
We can now ILRepack in all OSes
Via the dotnet-ilrepack tool, so automatically merge in all release mode always.
1 parent f5c7cc1 commit 92f466a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/dotnet/SponsorLink.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PropertyGroup>
77
<ShowSponsorLinkInProject Condition="$(ShowSponsorLinkInProject) == '' and '$(TargetFramework)' == 'netstandard2.0'">true</ShowSponsorLinkInProject>
88
<!-- This ensures we expose only the main assembly in the Dependencies > Analyzers node -->
9-
<MergeAnalyzerAssemblies Condition="'$(MergeAnalyzerAssemblies)' == '' and '$(Configuration)' == 'Release' and '$(OS)' == 'Windows_NT'">true</MergeAnalyzerAssemblies>
9+
<MergeAnalyzerAssemblies Condition="'$(MergeAnalyzerAssemblies)' == '' and '$(Configuration)' == 'Release'">true</MergeAnalyzerAssemblies>
1010
<MergeAnalyzerAssemblies Condition="'$(MergeAnalyzerAssemblies)' == ''">false</MergeAnalyzerAssemblies>
1111
<!-- Whether we merge files or not, dependencies will need to be copy-local -->
1212
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

0 commit comments

Comments
 (0)