This repository was archived by the owner on Jun 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
99var 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
You can’t perform that action at this time.
0 commit comments