Skip to content

Commit

Permalink
Re-enable BuildWithCommandLine test
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonchou authored Nov 4, 2021
1 parent bc63c32 commit 96ecf8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static void Main(string[] args)
// TODO: Validate build works as expected
}

[WpfFact(Skip = "https://github.com/dotnet/roslyn/issues/18204"), Trait(Traits.Feature, Traits.Features.Build)]
[WpfFact, Trait(Traits.Feature, Traits.Features.Build)]
public void BuildWithCommandLine()
{
VisualStudio.SolutionExplorer.SaveAll();
Expand Down

0 comments on commit 96ecf8c

Please sign in to comment.