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 +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77#addin nuget: ? package = Cake . Json
88#addin nuget: ? package = Cake . XCode
99#addin nuget: ? package = Cake . Xamarin
10- #addin nuget: ? package = Cake . Xamarin . Build & version = 1.1 .16
10+ #addin nuget: ? package = Cake . Xamarin . Build & version = 2.0 .18
1111#addin nuget: ? package = Cake . FileHelpers
1212#addin nuget: ? package = Cake . MonoApiTools
1313
@@ -508,7 +508,7 @@ Task ("genapi").IsDependentOn ("libs-base").IsDependentOn ("externals").Does (()
508508 } ) ;
509509 }
510510
511- DotNetBuild ( "./AndroidSupport.TypeForwarders.sln" , c => c . Configuration = BUILD_CONFIG ) ;
511+ MSBuild ( "./AndroidSupport.TypeForwarders.sln" , c => c . Configuration = BUILD_CONFIG ) ;
512512
513513 CopyFile ( "./support-v4/source/bin/" + BUILD_CONFIG + "/Xamarin.Android.Support.v4.dll" , "./output/Xamarin.Android.Support.v4.dll" ) ;
514514} ) ;
@@ -517,7 +517,7 @@ Task ("buildtasks").Does (() =>
517517{
518518 NuGetRestore ( "./support-vector-drawable/buildtask/Vector-Drawable-BuildTasks.csproj" ) ;
519519
520- DotNetBuild ( "./support-vector-drawable/buildtask/Vector-Drawable-BuildTasks.csproj" , c => c . Configuration = BUILD_CONFIG ) ;
520+ MSBuild ( "./support-vector-drawable/buildtask/Vector-Drawable-BuildTasks.csproj" , c => c . Configuration = BUILD_CONFIG ) ;
521521} ) ;
522522
523523
You can’t perform that action at this time.
0 commit comments