[vsts-938452] Apply suggestion from Rolf

This commit is contained in:
Oleg Demchenko 2019-08-06 15:41:32 -04:00
Родитель be654adc70
Коммит 0b3ab2b777
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -79,7 +79,7 @@ namespace Xamarin.MacDev.Tasks
case PlatformName.MacOSX: return "osx";
case PlatformName.TvOS: return "appletvos";
case PlatformName.iOS: return "ios";
default: throw new NotSupportedException ("Provided file type is not supported by altool");
default: throw new NotSupportedException ($"Provided file type '{FileType}' is not supported by altool");
}
}
}