Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public void It_builds_the_project_successfully()
[OSCondition(OperatingSystems.Windows)]
[DataRow("")]
[DataRow("TestApp.")]
[Ignore("https://github.com/dotnet/sdk/issues/55263")]
public void It_builds_deps_correctly_when_projects_do_not_get_restored(string prefix)
Comment on lines 29 to 32
{
// NOTE the projects created by CreateTestProject:
Expand Down
Loading