File tree 1 file changed +3
-3
lines changed
src/Tests/Microsoft.NET.Publish.Tests
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)
19
19
{
20
20
}
21
21
22
- [ RequiresMSBuildVersionTheory ( "17.8.0" , Skip = "https://github.com/dotnet/installer/issues/17453" ) ]
22
+ [ RequiresMSBuildVersionTheory ( "17.8.0" ) ]
23
23
[ MemberData ( nameof ( Net7Plus ) , MemberType = typeof ( PublishTestUtils ) ) ]
24
24
public void NativeAot_hw_runs_with_no_warnings_when_PublishAot_is_enabled ( string targetFramework )
25
25
{
@@ -108,7 +108,7 @@ public void NativeAot_hw_runs_with_no_warnings_when_PublishAot_is_false(string t
108
108
}
109
109
}
110
110
111
- [ RequiresMSBuildVersionTheory ( "17.0.0.32901" , Skip = "https://github.com/dotnet/installer/issues/17453" ) ]
111
+ [ RequiresMSBuildVersionTheory ( "17.0.0.32901" ) ]
112
112
[ InlineData ( ToolsetInfo . CurrentTargetFramework ) ]
113
113
public void NativeAot_app_runs_in_debug_with_no_config_when_PublishAot_is_enabled ( string targetFramework )
114
114
{
@@ -161,7 +161,7 @@ public void NativeAot_app_runs_in_debug_with_no_config_when_PublishAot_is_enable
161
161
. Execute ( ) . Should ( ) . Pass ( ) ;
162
162
}
163
163
164
- [ RequiresMSBuildVersionTheory ( "17.0.0.32901" , Skip = "https://github.com/dotnet/installer/issues/17453" ) ]
164
+ [ RequiresMSBuildVersionTheory ( "17.0.0.32901" ) ]
165
165
[ InlineData ( ToolsetInfo . CurrentTargetFramework ) ]
166
166
public void NativeAot_app_runs_in_release_with_no_config_when_PublishAot_is_enabled ( string targetFramework )
167
167
{
You can’t perform that action at this time.
0 commit comments