Skip to content

Commit 7376e58

Browse files
Copilotstephentoub
andcommitted
Fix packaging path for analyzer DLL - remove incorrect $(Configuration) variable
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
1 parent 288e1fe commit 7376e58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ModelContextProtocol.Core/ModelContextProtocol.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
<!-- Package the analyzer DLL into the NuGet package -->
6060
<ItemGroup>
61-
<None Include="$(ArtifactsDir)bin\ModelContextProtocol.SourceGenerators\$(Configuration)\netstandard2.0\ModelContextProtocol.SourceGenerators.dll"
61+
<None Include="$(ArtifactsDir)bin\ModelContextProtocol.SourceGenerators\netstandard2.0\ModelContextProtocol.SourceGenerators.dll"
6262
Pack="true"
6363
PackagePath="analyzers/dotnet/cs"
6464
Visible="false" />

0 commit comments

Comments
 (0)