Skip to content

Commit dfb2c31

Browse files
committed
Another change
1 parent 8af0f5d commit dfb2c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PublicInterfaceGenerator/PublicInterfaceGenerator.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!--Mark the nuget as a dev dependency, so any projects using this nuget don't auto pull in this project-->
88
<DevelopmentDependency>true</DevelopmentDependency>
99
<IsPackable>true</IsPackable>
10-
<!--<GeneratePackageOnBuild>true</GeneratePackageOnBuild>-->
10+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1111
<!--Skip Package Analysis because it'll complain we don't have any files at the "lib/netstandard2.0" path, which is okay because this is a source generator-->
1212
<NoPackageAnalysis>true</NoPackageAnalysis>
1313
</PropertyGroup>
@@ -55,7 +55,7 @@
5555
<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-->
58-
<None Include="$(OutputPath)/ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes.dll" Pack="true" PackagePath="lib/netstandard2.0" Visible="false" />
58+
<!--<None Include="$(OutputPath)/ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes.dll" Pack="true" PackagePath="lib/netstandard2.0" Visible="false" />-->
5959

6060
<None Include="../../README.md" Pack="true" PackagePath="/" />
6161
</ItemGroup>

0 commit comments

Comments
 (0)