зеркало из https://github.com/aspnet/KoreBuild.git
Temporarily disable api-check on linux
This commit is contained in:
Родитель
a25a4bbff5
Коммит
e367a854b0
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче