Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit 0ce9aa4

Browse files
committed
fix: Invert "no plugins" message condition
1 parent 0c2c8bb commit 0ce9aa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CodeGeneration.Roslyn.Tool/build/CodeGeneration.Roslyn.Tool.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
Text="Using both CodeGeneration.Roslyn.Tool and CodeGeneration.Roslyn.BuildTime is unsupported. Please either remove reference to the BuildTime package, or add an explicit reference and mark it as ExcludeAssets="all". See $(CgrUrl) for more info." />
4848
<!-- Inform the user there are no generators so the Tool won't be run. -->
4949
<Message
50-
Condition=" '@(CodeGenerationRoslynPlugin)' != '' "
50+
Condition=" '@(CodeGenerationRoslynPlugin)' == '' "
5151
Text="There are no registered Plugins (generators) for the CodeGeneration.Roslyn.Tool to run. The tool won't run."
5252
Importance="high" />
5353
<!-- Inform the user DotNetCliToolReference is deprecated and unnecessary since v0.7. -->

0 commit comments

Comments
 (0)