@@ -92,7 +92,7 @@ private DirectoryInfo GetPublishDirectory(PublishCommand publishCommand, string
9292 runtimeIdentifier : RuntimeInformation . RuntimeIdentifier ) ;
9393 }
9494
95- [ Fact ]
95+ [ Fact ( Skip = "https://github.com/dotnet/sdk/issues/29602" ) ]
9696 public void Incremental_add_single_file ( )
9797 {
9898 var testProject = new TestProject ( )
@@ -678,9 +678,10 @@ static void ProduceLinkerAnalysisWarning()
678678 [ InlineData ( ToolsetInfo . CurrentTargetFramework , false , IncludeDefault ) ]
679679 [ InlineData ( ToolsetInfo . CurrentTargetFramework , false , IncludeNative ) ]
680680 [ InlineData ( ToolsetInfo . CurrentTargetFramework , false , IncludeAllContent ) ]
681- [ InlineData ( ToolsetInfo . CurrentTargetFramework , true , IncludeDefault ) ]
682- [ InlineData ( ToolsetInfo . CurrentTargetFramework , true , IncludeNative ) ]
683- [ InlineData ( ToolsetInfo . CurrentTargetFramework , true , IncludeAllContent ) ]
681+ // https://github.com/dotnet/sdk/issues/29602
682+ //[InlineData(ToolsetInfo.CurrentTargetFramework, true, IncludeDefault)]
683+ //[InlineData(ToolsetInfo.CurrentTargetFramework, true, IncludeNative)]
684+ //[InlineData(ToolsetInfo.CurrentTargetFramework, true, IncludeAllContent)]
684685 public void It_runs_single_file_apps ( string targetFramework , bool selfContained , string bundleOption )
685686 {
686687 var testProject = new TestProject ( )
@@ -841,7 +842,7 @@ public void It_does_not_compress_single_file_by_default()
841842 uncompressedSize . Should ( ) . Be ( compressedSize ) ;
842843 }
843844
844- [ RequiresMSBuildVersionFact ( "17.0.0.32901 ") ]
845+ [ Fact ( Skip = "https://github.com/dotnet/sdk/issues/29602 ") ]
845846 public void User_can_get_bundle_info_before_bundling ( )
846847 {
847848 var testProject = new TestProject ( )
0 commit comments