зеркало из https://github.com/aspnet/KoreBuild.git
React to changes in BuildTools
This commit is contained in:
Родитель
179f3d3a78
Коммит
e17f3b2fe8
|
@ -5,6 +5,6 @@
|
|||
"dependencies": {
|
||||
"Sake": "0.2.2",
|
||||
"NuGetPackageVerifier": "1.0.1-*",
|
||||
"ApiCheck": "1.0.1-*"
|
||||
"Microsoft.AspNetCore.BuildTools.ApiCheck": "1.0.1-*"
|
||||
}
|
||||
}
|
|
@ -29,7 +29,7 @@ functions @{
|
|||
string GenerateApiCheckInvoker(string framework)
|
||||
{
|
||||
var BASE_DIR = Directory.GetCurrentDirectory();
|
||||
var apiCheckFullFramework = new FileInfo(Path.Combine(BASE_DIR, ".build", "ApiCheck", "tools", "net452", "ApiCheck.exe"));
|
||||
var apiCheckFullFramework = new FileInfo(Path.Combine(BASE_DIR, ".build", "Microsoft.AspNetCore.BuildTools.ApiCheck", "tools", "net452", "Microsoft.AspNetCore.BuildTools.ApiCheck.exe"));
|
||||
|
||||
if (framework == "net45")
|
||||
{
|
||||
|
@ -44,7 +44,7 @@ functions @{
|
|||
IList<string> GenerateApiCheckArguments(string framework, params string [] other)
|
||||
{
|
||||
var BASE_DIR = Directory.GetCurrentDirectory();
|
||||
var apiCheckCore = new FileInfo(Path.Combine(BASE_DIR, ".build", "ApiCheck", "tools", "netcoreapp1.0", "ApiCheck.dll"));
|
||||
var apiCheckCore = new FileInfo(Path.Combine(BASE_DIR, ".build", "Microsoft.AspNetCore.BuildTools.ApiCheck", "tools", "netcoreapp1.0", "Microsoft.AspNetCore.BuildTools.ApiCheck.dll"));
|
||||
|
||||
if (framework == "net45")
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче