AArnott / CodeGeneration.Roslyn

Assists in performing Roslyn-based code generation during a build.
Microsoft Public License
408 stars 59 forks source link

PluginMetapackage.Sdk implicit .Tool reference causes it to run #216

Closed amis92 closed 4 years ago

amis92 commented 4 years ago

We should probably set something like ExcludeAssets="build or IncludeAssets="none" on it to prevent running the Tool in Metapackage build.

We can/should also consider adding a separate property that blocks the Tool from running at all.