@@ -2177,17 +2177,17 @@ public void PluralRuntimeIdentifiers (ApplePlatform platform, string runtimeIden
21772177 PluralRuntimeIdentifiersImpl ( platform , runtimeIdentifiers ) ;
21782178 }
21792179
2180- internal static void PluralRuntimeIdentifiersImpl ( ApplePlatform platform , string runtimeIdentifiers , Dictionary < string , string > ? extraProperties = null )
2180+ internal static void PluralRuntimeIdentifiersImpl ( ApplePlatform platform , string runtimeIdentifiers , Dictionary < string , string > ? extraProperties = null )
21812181 {
21822182 var project = "MySimpleApp" ;
2183- Configuration . IgnoreIfIgnoredPlatform ( platform ) ;
2184- Configuration . AssertRuntimeIdentifiersAvailable ( platform , runtimeIdentifiers ) ;
2185-
2186- var project_path = GetProjectPath ( project , runtimeIdentifiers : runtimeIdentifiers , platform : platform , out var appPath ) ;
2187- Clean ( project_path ) ;
2188- var properties = GetDefaultProperties ( extraProperties : extraProperties ) ;
2189- properties [ "RuntimeIdentifiers" ] = runtimeIdentifiers ;
2190-
2183+ Configuration . IgnoreIfIgnoredPlatform ( platform ) ;
2184+ Configuration . AssertRuntimeIdentifiersAvailable ( platform , runtimeIdentifiers ) ;
2185+
2186+ var project_path = GetProjectPath ( project , runtimeIdentifiers : runtimeIdentifiers , platform : platform , out var appPath ) ;
2187+ Clean ( project_path ) ;
2188+ var properties = GetDefaultProperties ( extraProperties : extraProperties ) ;
2189+ properties [ "RuntimeIdentifiers" ] = runtimeIdentifiers ;
2190+
21912191 DotNet . AssertBuild ( project_path , properties ) ;
21922192 }
21932193
0 commit comments