[Build] Updated the build script

This commit is contained in:
Matthew Leibowitz 2016-02-13 05:19:51 +02:00
Родитель ed387cb559
Коммит b1d48ae8c9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -221,7 +221,7 @@ public class DefaultSolutionBuilder : CakeStealer, ISolutionBuilder
public static void RunComponentRestore (FilePath solution)
{
CakeContext.RestoreComponents (solution, new XamarinComponentSettings {
CakeContext.RestoreComponents (solution, new XamarinComponentRestoreSettings {
ToolPath = XamarinComponentToolPath
});
}