Skip to content
Open
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 @@ -50,7 +50,7 @@ public void It_cleans_before_single_file_publish()
CheckPublishOutput(publishDir, expectedSingleExeFiles.Append("UserData.txt"), expectedNonSingleExeFiles);
}

[Fact]
[Fact(Skip = "https://github.com/dotnet/sdk/issues/50784")]
public void It_cleans_between_renames()
{
var testProject = new TestProject()
Expand Down Expand Up @@ -134,7 +134,7 @@ public void It_cleans_between_single_file_publishes()
CheckPublishOutput(publishDir, expectedSingleExeFiles.Append(testProject.Name + ".dll"), null);
}

[Fact]
[Fact(Skip = "https://github.com/dotnet/sdk/issues/50784")]
public void It_cleans_before_trimmed_single_file_publish()
{
var testProject = new TestProject()
Expand Down
Loading