updated externals
This commit is contained in:
Родитель
987c909a4b
Коммит
3ebb37f75e
14
build.cake
14
build.cake
|
@ -1,8 +1,6 @@
|
|||
#addin nuget:?package=Cake.Xamarin&version=1.3.0.15
|
||||
#addin nuget:?package=Cake.XCode&version=2.0.13
|
||||
#addin nuget:?package=Cake.FileHelpers&version=1.0.4
|
||||
|
||||
#tool "nuget:?package=xunit.runner.console"&version=2.3.1
|
||||
#addin nuget:?package=Cake.Xamarin&version=2.0.1
|
||||
#addin nuget:?package=Cake.XCode&version=3.0.0
|
||||
#addin nuget:?package=Cake.FileHelpers&version=2.0.0
|
||||
|
||||
#reference "tools/SharpCompress/lib/net45/SharpCompress.dll"
|
||||
|
||||
|
@ -22,7 +20,7 @@ var NugetToolPath = GetToolPath ("nuget.exe");
|
|||
var XamarinComponentToolPath = GetToolPath ("XamarinComponent/tools/xamarin-component.exe");
|
||||
var CakeToolPath = GetToolPath ("Cake/Cake.exe");
|
||||
var GenApiToolPath = GetToolPath ("Microsoft.DotNet.BuildTools.GenAPI/tools/GenAPI.exe");
|
||||
var MDocPath = MakeAbsolute ((FilePath)"externals/api-doc-tools/bin/Release/mdoc.exe");
|
||||
var MDocPath = GetToolPath ("mdoc/tools/mdoc.exe");
|
||||
var SNToolPath = GetSNToolPath (EnvironmentVariable ("SN_EXE"));
|
||||
var MSBuildToolPath = GetMSBuildToolPath (EnvironmentVariable ("MSBUILD_EXE"));
|
||||
var PythonToolPath = EnvironmentVariable ("PYTHON_EXE") ?? "python";
|
||||
|
@ -300,10 +298,6 @@ Task ("samples")
|
|||
Task ("docs")
|
||||
.Does (() =>
|
||||
{
|
||||
// first build mdoc
|
||||
RunNuGetRestore ("./externals/api-doc-tools/apidoctools.sln");
|
||||
RunMSBuild ("./externals/api-doc-tools/apidoctools.sln");
|
||||
|
||||
// log TODOs
|
||||
var docFiles = GetFiles ("./docs/**/*.xml");
|
||||
float typeCount = 0;
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Cake" version="0.21.1" />
|
||||
<package id="Cake" version="0.23.0" />
|
||||
<package id="xunit.runner.console" version="2.3.1" />
|
||||
<package id="mdoc" version="5.3.5.1" />
|
||||
<package id="Microsoft.DotNet.BuildTools.GenAPI" version="1.0.0-beta-00081" />
|
||||
<package id="SharpCompress" version="0.18.1" />
|
||||
<package id="XamarinComponent" version="1.1.0.60" />
|
||||
<package id="XamarinComponent" version="1.1.0.65" />
|
||||
</packages>
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 19f269ec5ce2d5daeb23c5a526808a4663775962
|
|
@ -1 +1 @@
|
|||
Subproject commit 70dea4270ec17be5af9f04492d3ba15f58df4501
|
||||
Subproject commit ba28e460fb0899ffe80c1d1364a3e02d4a2e8855
|
Загрузка…
Ссылка в новой задаче