Skip to content

Commit

Permalink
Merge pull request #320 from tgauth/patch-1
Browse files Browse the repository at this point in the history
remove duplicate project from build list
  • Loading branch information
SteveL-MSFT authored Feb 21, 2024
2 parents 7dc84f2 + dbd746c commit de958e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,10 @@ $projects = @(
"process",
"tools/dsctest",
"tools/test_group_resource",
"y2j"
"powershellgroup"
"wmigroup"
"y2j",
"powershellgroup",
"wmigroup",
"resources/brew"
"tools/dsctest"
)
$pedantic_unclean_projects = @("ntreg")
$clippy_unclean_projects = @("tree-sitter-dscexpression")
Expand Down

0 comments on commit de958e9

Please sign in to comment.