We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7376e58 commit 4c01569Copy full SHA for 4c01569
src/ModelContextProtocol.Core/ModelContextProtocol.Core.csproj
@@ -57,8 +57,9 @@
57
</ItemGroup>
58
59
<!-- Package the analyzer DLL into the NuGet package -->
60
+ <!-- The SourceGenerators project uses IsRoslynComponent which outputs to bin/Debug/netstandard2.0 without Configuration in the path -->
61
<ItemGroup>
- <None Include="$(ArtifactsDir)bin\ModelContextProtocol.SourceGenerators\netstandard2.0\ModelContextProtocol.SourceGenerators.dll"
62
+ <None Include="$(ArtifactsDir)bin\ModelContextProtocol.SourceGenerators\$(Configuration)\netstandard2.0\ModelContextProtocol.SourceGenerators.dll"
63
Pack="true"
64
PackagePath="analyzers/dotnet/cs"
65
Visible="false" />
0 commit comments