Skip to content

Commit dff8dcc

Browse files
committed
Another change
1 parent ad2e167 commit dff8dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PublicInterfaceGenerator/PublicInterfaceGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<PackageReference Include="ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes" Version="*" GeneratePathProperty="true" />
5353

5454
<!-- Package the generator in the analyzer directory of the nuget package -->
55-
<None Include="$(OutputPath)/$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
55+
<!--<None Include="$(OutputPath)/$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />-->
5656

5757
<!--Pack the attributes dll in the lib\netstandard2.0 path so the library consuming this nuget can use it-->
5858
<!--<None Include="$(OutputPath)/ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes.dll" Pack="true" PackagePath="lib/netstandard2.0" Visible="true" />-->

0 commit comments

Comments
 (0)