Skip to content

Commit 7376e58

Browse files
Copilotstephentoub
andcommitted
Fix packaging path for analyzer DLL - remove incorrect $(Configuration) variable
Co-authored-by: stephentoub <[email protected]>
1 parent 288e1fe commit 7376e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)