trace on config exit

This commit is contained in:
Bryan Thornbury 2016-09-21 11:34:36 -07:00
parent c6908595cd
commit eaf245fd75

View file

@ -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;
}