We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d30d7 commit d89659bCopy full SHA for d89659b
1 file changed
FunctionalStateMachine.CommandRunner/FunctionalStateMachine.CommandRunner.csproj
@@ -16,4 +16,16 @@
16
ReferenceOutputAssembly="false" />
17
</ItemGroup>
18
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
26
27
+ Visible="false"
28
+ Condition="Exists('..\FunctionalStateMachine.CommandRunner.Generator\bin\$(Configuration)\netstandard2.0\FunctionalStateMachine.CommandRunner.Generator.pdb')" />
29
+ </ItemGroup>
30
+
31
</Project>
0 commit comments