Skip to content

Commit

Permalink
Incorrect build target dependency for AnalyzeSource
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed May 26, 2023
1 parent d79ec10 commit 6b054ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/builder/targets/AnalyzeSource.cs
Expand Up @@ -4,7 +4,7 @@

[Target(
BuildTarget.AnalyzeSource,
BuildTarget.Restore
BuildTarget.RestoreTools
)]
public static class AnalyzeSource
{
Expand Down

0 comments on commit 6b054ed

Please sign in to comment.