Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/nuget/Microsoft.DotNet.BuildTools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
<file src="Microsoft.DotNet.CodeAnalysis.net45\Microsoft.DotNet.CodeAnalysis.dll" target="lib\net45\analyzers" />
<file src="Microsoft.DotNet.CodeAnalysis\PackageFiles\**\*.*" target="lib" />
<file src="Microsoft.DotNet.CodeAnalysis\Analyzers\*.*" target="lib\analyzers" />

<!-- workaround bug where Roslyn is failing to load analyzer dependencies that aren't in app-base,
copy these two dlls, which are dependencies of other analyzers, to app-base. -->
<file src="Microsoft.DotNet.CodeAnalysis\Analyzers\Desktop.Analyzers.dll" target="lib" />
<file src="Microsoft.DotNet.CodeAnalysis\Analyzers\System.Security.Cryptography.Hashing.Algorithms.Analyzers.dll" target="lib" />

<file src="Microsoft.DotNet.CodeAnalysis.net45\Analyzers\*.*" target="lib\net45\analyzers" />
<file src="Microsoft.Cci.Extensions\Microsoft.Cci.Extensions.dll" target="lib" />
<file src="Microsoft.DotNet.Build.Tasks.Packaging\Microsoft.DotNet.Build.Tasks.Packaging.dll" target="lib" />
Expand Down