trace on config exit
This commit is contained in:
parent
c6908595cd
commit
eaf245fd75
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ namespace Microsoft.DotNet.ProjectJsonMigration.Rules
|
|||
|
||||
if (!configurations.Any() && !frameworks.Any())
|
||||
{
|
||||
MigrationTrace.Instance.WriteLine($"{nameof(MigrateConfigurationsRule)}: No configuration or framework build options found in project");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue