File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/Microsoft.NET.Build.Tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ public void ItCanBuildWithMicrosoftBuildArtifactsSdk()
532
532
533
533
}
534
534
535
- [ Fact ]
535
+ [ Fact ( Skip = "https://github.com/dotnet/sdk/issues/50140" ) ]
536
536
public void PublishingRegistersWrittenFilesForProperCleanup ( )
537
537
{
538
538
var testProject = new TestProject ( )
@@ -580,7 +580,7 @@ public void PublishingRegistersWrittenFilesForProperCleanup()
580
580
LocateAndRunApp ( publishDir ) ;
581
581
582
582
// 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
584
584
// files that were published.
585
585
new DotnetBuildCommand ( Log )
586
586
. WithWorkingDirectory ( projectDir )
You can’t perform that action at this time.
0 commit comments