Skip to content

Commit 1c42d1e

Browse files
committed
Fixed Build Script Path
1 parent 4b2a639 commit 1c42d1e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/HotChocolate/Fusion/src/Composition.Analyzers/HotChocolate.Fusion.Composition.Analyzers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<ItemGroup>
2626
<!-- Package the generator in the analyzer directory of the nuget package -->
2727
<None Include="$(OutputPath)\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
28-
<None Include="$(MSBuildThisFileDirectory)..\MSBuild\HotChocolate.Fusion.Analyzers.targets" Pack="true" PackagePath="build/HotChocolate.Fusion.Analyzers.targets" Visible="false" />
28+
<None Include="$(MSBuildThisFileDirectory)HotChocolate.Fusion.Composition.Analyzers.targets" Pack="true" PackagePath="build/HotChocolate.Fusion.Composition.Analyzers.targets" Visible="false" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

0 commit comments

Comments
 (0)