Temporarily disable api-check on linux

This commit is contained in:
jacalvar 2016-11-07 14:54:23 -08:00
Родитель a25a4bbff5
Коммит e367a854b0
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -28,9 +28,8 @@ default PROJECT_JSON="project.json"
if (!IsLinux)
{
RunApiCheck(srcDirectory, projectJson.FullName, Configuration, fullFrameworkMonikerPrefix, "net45", generateApiListing, excludePublicInternalTypes);
RunApiCheck(srcDirectory, projectJson.FullName, Configuration, coreMonikerPrefix, "netcore", generateApiListing, excludePublicInternalTypes);
}
RunApiCheck(srcDirectory, projectJson.FullName, Configuration, coreMonikerPrefix, "netcore", generateApiListing, excludePublicInternalTypes);
}
}