Merge branch 'vnext' of https://github.com/Microsoft/UWPCommunityTemplates into vnext
This commit is contained in:
Коммит
54304293c4
|
@ -177,13 +177,13 @@ namespace Microsoft.Templates.Core
|
|||
var result = GetValueFromTag(ti, TagPrefix + "multipleInstance");
|
||||
if (!string.IsNullOrEmpty(result))
|
||||
{
|
||||
bool boolResult;
|
||||
bool boolResult = true;
|
||||
if (Boolean.TryParse(result, out boolResult))
|
||||
{
|
||||
return boolResult;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
private static string GetConfigDir(ITemplateInfo ti)
|
||||
|
|
Загрузка…
Ссылка в новой задаче