Skip to content

Commit e52707b

Browse files
committed
Skip PublishingRegistersWrittenFilesForProperCleanup for now
1 parent 43e4d6e commit e52707b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Microsoft.NET.Build.Tests/ArtifactsOutputPathTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ public void ItCanBuildWithMicrosoftBuildArtifactsSdk()
532532

533533
}
534534

535-
[Fact]
535+
[Fact(Skip = "https://github.com/dotnet/sdk/issues/50140")]
536536
public void PublishingRegistersWrittenFilesForProperCleanup()
537537
{
538538
var testProject = new TestProject()
@@ -580,7 +580,7 @@ public void PublishingRegistersWrittenFilesForProperCleanup()
580580
LocateAndRunApp(publishDir);
581581

582582
// now build the app in Release configuration.
583-
// now self-contained, so that we are forced to clean up the runtime
583+
// not self-contained, so that we are forced to clean up the runtime
584584
// files that were published.
585585
new DotnetBuildCommand(Log)
586586
.WithWorkingDirectory(projectDir)

0 commit comments

Comments
 (0)