Skip to content

Commit d89659b

Browse files
committed
Generator Package was missing the actual code gen components so it wasn't working, obviously.
1 parent 22d30d7 commit d89659b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

FunctionalStateMachine.CommandRunner/FunctionalStateMachine.CommandRunner.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,16 @@
1616
ReferenceOutputAssembly="false" />
1717
</ItemGroup>
1818

19+
<ItemGroup>
20+
<None Include="..\FunctionalStateMachine.CommandRunner.Generator\bin\$(Configuration)\netstandard2.0\FunctionalStateMachine.CommandRunner.Generator.dll"
21+
Pack="true"
22+
PackagePath="analyzers/dotnet/cs"
23+
Visible="false" />
24+
<None Include="..\FunctionalStateMachine.CommandRunner.Generator\bin\$(Configuration)\netstandard2.0\FunctionalStateMachine.CommandRunner.Generator.pdb"
25+
Pack="true"
26+
PackagePath="analyzers/dotnet/cs"
27+
Visible="false"
28+
Condition="Exists('..\FunctionalStateMachine.CommandRunner.Generator\bin\$(Configuration)\netstandard2.0\FunctionalStateMachine.CommandRunner.Generator.pdb')" />
29+
</ItemGroup>
30+
1931
</Project>

0 commit comments

Comments
 (0)