File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Tests/Microsoft.NET.Publish.Tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public GivenThatWeWantToPublishAnAotApp(ITestOutputHelper log) : base(log)
1919 {
2020 }
2121
22- [ RequiresMSBuildVersionTheory ( "17.8.0" , Skip = "https://github.com/dotnet/installer/issues/17453" ) ]
22+ [ RequiresMSBuildVersionTheory ( "17.8.0" ) ]
2323 [ MemberData ( nameof ( Net7Plus ) , MemberType = typeof ( PublishTestUtils ) ) ]
2424 public void NativeAot_hw_runs_with_no_warnings_when_PublishAot_is_enabled ( string targetFramework )
2525 {
@@ -108,7 +108,7 @@ public void NativeAot_hw_runs_with_no_warnings_when_PublishAot_is_false(string t
108108 }
109109 }
110110
111- [ RequiresMSBuildVersionTheory ( "17.0.0.32901" , Skip = "https://github.com/dotnet/installer/issues/17453" ) ]
111+ [ RequiresMSBuildVersionTheory ( "17.0.0.32901" ) ]
112112 [ InlineData ( ToolsetInfo . CurrentTargetFramework ) ]
113113 public void NativeAot_app_runs_in_debug_with_no_config_when_PublishAot_is_enabled ( string targetFramework )
114114 {
@@ -161,7 +161,7 @@ public void NativeAot_app_runs_in_debug_with_no_config_when_PublishAot_is_enable
161161 . Execute ( ) . Should ( ) . Pass ( ) ;
162162 }
163163
164- [ RequiresMSBuildVersionTheory ( "17.0.0.32901" , Skip = "https://github.com/dotnet/installer/issues/17453" ) ]
164+ [ RequiresMSBuildVersionTheory ( "17.0.0.32901" ) ]
165165 [ InlineData ( ToolsetInfo . CurrentTargetFramework ) ]
166166 public void NativeAot_app_runs_in_release_with_no_config_when_PublishAot_is_enabled ( string targetFramework )
167167 {
You can’t perform that action at this time.
0 commit comments