[tests] Ignore the CustomizedCodeSigning test when the selected platform isn't enabled. (#16101)

This commit is contained in:
Rolf Bjarne Kvinge 2022-09-23 20:55:53 +02:00 коммит произвёл GitHub
Родитель 8a915601ef
Коммит afbd3336ba
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1003,6 +1003,7 @@ namespace Xamarin.Tests {
public void CustomizedCodeSigning (ApplePlatform platform, string runtimeIdentifiers)
{
var project = "CustomizedCodeSigning";
Configuration.IgnoreIfIgnoredPlatform (platform);
var properties = GetDefaultProperties (runtimeIdentifiers);
var project_path = GetProjectPath (project, runtimeIdentifiers: runtimeIdentifiers, platform: platform, out var appPath);