Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 1428e59

Browse files
committed
Remove (old) explicit addin versions from build script
1 parent 2f7e00a commit 1428e59

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.cake

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#tool nuget:?package=ILRepack&version=2.0.10
2-
#tool nuget:?package=XamarinComponent&version=1.1.0.29
2+
#tool nuget:?package=XamarinComponent
33

4-
#addin nuget:?package=Cake.XCode&version=1.0.4.0
5-
#addin nuget:?package=Cake.Xamarin&version=1.3.0.1
6-
#addin nuget:?package=Cake.Xamarin.Build&version=1.0.11.0
7-
#addin nuget:?package=Cake.FileHelpers&version=1.0.3.2
4+
#addin nuget:?package=Cake.XCode
5+
#addin nuget:?package=Cake.Xamarin
6+
#addin nuget:?package=Cake.Xamarin.Build
7+
#addin nuget:?package=Cake.FileHelpers
88

99
var TARGET = Argument ("t", Argument ("target", "Default"));
1010

@@ -268,7 +268,7 @@ Task ("component-docs").Does (() =>
268268
foreach (var compDir in componentDirs) {
269269

270270
var f = compDir.CombineWithFilePath ("./component/GettingStarted.template.md");
271-
271+
272272
if (!FileExists (f))
273273
continue;
274274

@@ -300,7 +300,7 @@ Task ("component-docs").Does (() =>
300300
foreach (var compDir in componentDirs) {
301301

302302
var f = compDir.CombineWithFilePath ("./component/Details.template.md");
303-
303+
304304
if (!FileExists (f))
305305
continue;
306306

0 commit comments

Comments
 (0)