Граф коммитов

612 Коммитов

Автор SHA1 Сообщение Дата
Redth 9d524aa8e8 UITest fixes 2017-02-10 10:58:46 -05:00
Redth 9c201d7da9 Beta nuget version for release 2017-02-07 18:58:00 -05:00
Redth d20c0dc332 Revert "Remove some additions to get 25.1.1 compiling"
This reverts commit bae4a42ffc.
2017-02-07 15:36:12 -05:00
Redth bae4a42ffc Remove some additions to get 25.1.1 compiling 2017-02-07 09:49:54 -05:00
Redth cc9c0cc46f Bump to v25.1.1 2017-02-07 09:49:41 -05:00
Redth 080a7fc79d Move partial download info gen to build script 2017-02-07 09:49:30 -05:00
Redth 95d680f19e Update build script to use latest stable api info 2017-02-03 10:28:01 -05:00
Jonathan Dick d396f461ca Merge pull request #33 from xamarin/v25.1.0
Update to v25.1.0
2017-02-03 10:14:05 -05:00
Redth 3caf8286c4 Bump cake version used for builds 2017-01-31 15:11:58 -05:00
Redth 0b7e30fcc5 Added custom error for failed partial zip download 2017-01-31 15:07:39 -05:00
Redth 6db6897f75 Group dependencies for MonoAndroid70 2017-01-26 17:01:12 -05:00
Redth 372802d5ba Restrict build/ folder to MonoAndroid70 2017-01-26 16:22:13 -05:00
Redth bfae7dcc64 Bump Xamarin.Build.Download version 2017-01-26 09:13:11 -05:00
Redth 53cfecbf6d Add System info logging 2017-01-24 16:24:03 -05:00
Redth c14aed2e3a Bump to stable version 2017-01-05 15:35:13 -05:00
Redth a13948711b Build with MaxCpuCount to speed up windows builds 2017-01-05 13:44:11 -05:00
Redth bf2e8a139b Update prerelease version 2017-01-05 11:07:35 -05:00
Redth c535556b0e Update Xamarin.Build.Download dep version 2017-01-05 11:06:48 -05:00
Redth 7245d06aaf Stable nuget version for qa 2016-12-22 13:45:28 -05:00
Redth 98472cf6ba Merge other targets files after the main xbd targets 2016-12-22 11:44:28 -05:00
Redth e723a513aa Merge .targets files in build script
We can only have one .targets file in a nupkg that gets auto-imported into the project (it must be named nuget-package-id.targets), and since some of our packages already were using this file, we need to merge the generated targets for Xamarin.Build.Download with these files.  This means the custom build tasks must be built before the nuget-setup task runs.  This changes the build script to build the existing custom tasks, copy their .targets files, and then detect them when generated the .targets files for Xamarin.Build.Download, and merge them together.
2016-12-21 22:50:11 -05:00
Redth 21075781d5 Update UITest dependency version in samples 2016-12-20 10:12:29 -05:00
Redth 71cea2f0e4 Remove more Imports when packaging samples 2016-12-19 20:53:35 -05:00
Redth d7a5769b72 Added new ExifInterface binding 2016-12-19 11:11:44 -05:00
Redth c4f148de10 Fixes for 25.1.0 binding 2016-12-19 11:11:30 -05:00
Redth 867b8cdd21 Bump to 25.1.0 2016-12-19 11:10:52 -05:00
Redth 847d0c1886 Fix partial download info matching
Was false positively matching v17-leanback to prefrence-v17-leanback causing the wrong .aar to be downloaded.
2016-12-19 11:09:53 -05:00
Redth e1a6db91c7 Remove remaining attribute download code
SupportConsts was only used to populate the attributes for downloading at build time.  This is unnecessary with Xamarin.Build.Download
2016-12-19 11:08:40 -05:00
Redth 98d6d60654 Bump nuget version 2016-12-05 10:28:52 -05:00
Redth 7eee739d60 Fixed Design dependencies 2016-12-05 10:26:43 -05:00
Redth 8d9a9bde7c Add conditions to run task less often
Previously the XamarinBuildDownloadPartialZip item was getting added if the .aar wasn’t in the Android SDK location.  If the .aar exists already in the download cache, we were still running the task to look for this item.  Now the task would figure out quickly the item didn’t need downloading and was already cached, but with this changed condition we don’t even have to go that far to figure out it’s not needed.
2016-11-24 15:30:36 -05:00
Redth 0bd1be7944 Bump nuget version 2016-11-23 21:42:07 -05:00
Redth 3c2314aad9 Update targets generation
This will support partial zip downloads in the latest Xamarin.Build.Download
2016-11-23 21:40:28 -05:00
Redth 001fc29836 Update to Xamarin.Build.Download 0.4.0 2016-11-23 21:39:24 -05:00
Redth ac67a173ef Revive toolbar additions in v7-appcompat
This should fix #19
2016-11-22 15:27:02 -05:00
Redth b9900e0c72 Clean up more files in build script clean target 2016-11-22 15:26:39 -05:00
Redth 80c792d3c6 Bump for v25.0.1 2016-11-22 12:52:43 -05:00
Redth 4dc50abcb1 Reorder .targets
Moved the XamarinBuildDownload item declaration into the restore target so that it’s evaluated later in the build (so $(AndroidSdkDirectory) will be populated).
2016-11-18 10:52:15 -05:00
Redth d50661e449 Remove extra trailing slash from xbd d/l path 2016-11-17 15:14:59 -05:00
Redth eb6e6994b3 Ignore the generated.targets file 2016-11-17 15:14:19 -05:00
Redth 2fc217ab90 Restructure targets file for AndroidSdk dir eval
$AndroidSdkPath and $AndroidSdkDirectory weren’t being evaluated early enough to be used in properties (so the value would be blank).  This works around that by evaluating conditions using the android sdk location later (eg: not putting the $AndroidSdkDirectory into a property which is then later used in a condition).  Also, the full path now gets updated in the Task if the .aar file does exist in the android sdk.
2016-11-17 15:14:19 -05:00
Redth 20cf701db4 Renamed item list name
XBD changed the name, so changing it here to be consistent
2016-11-17 15:12:23 -05:00
Jonathan Dick 1a9d5bc6ff Remove trailing slash from xbd path
Since the variable now has the slash appended to it, we don't want \\
2016-11-15 20:19:52 -05:00
Redth 298a56cbee Update render script dependency 2016-11-15 09:49:46 -05:00
Redth d17c2ab574 Merge branch 'xamarin-build-download' into v25.0.0 2016-11-15 09:49:33 -05:00
Redth 986745960d Fix reference to renamed targets file 2016-11-07 16:14:27 -05:00
Redth b548c34072 Use alternative nuget sources if specified 2016-11-07 15:21:12 -05:00
Redth b0d0bc46da Fix aar directory specified in build script 2016-11-07 14:56:41 -05:00
Redth 504872593c Be more explicit about build task dependencies 2016-11-07 14:30:31 -05:00
Redth 0637b66b56 Remove old AAR_DIRS
Use AAR_INFOS instead
2016-11-07 14:30:17 -05:00