Skip to content

Commit

Permalink
Update ProjectConfigurationManager.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido authored Mar 11, 2024
1 parent 2f6c536 commit 8bb5f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProjectConfigurationManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static async Task InjectConanDepsAsync(Project project, VCConfiguration v

if (!conandataFileExists(project))
{
System.Diagnostics.Debug.WriteLine("conandata.yaml not found. Skipping Conan Deps.");
System.Diagnostics.Debug.WriteLine("conandata.yml not found. Skipping Conan Deps.");
return;
}

Expand Down

0 comments on commit 8bb5f25

Please sign in to comment.