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

62 Коммитов

Автор SHA1 Сообщение Дата
Pranav K 8c8a0821f5 Skip logging blocks 2016-03-31 22:00:25 -07:00
Pavel Krymets 12824ac462 Fix dotnet path 2016-03-30 15:14:09 -07:00
Pavel Krymets 3f4e43ed92 Remove dotnet.exe from shared direcotry to workaround https://github.com/dotnet/cli/issues/2143 2016-03-30 14:01:18 -07:00
Nate McMaster 91bf2ec201 Restore tools packages to absolute folder path 2016-03-28 16:18:27 -07:00
Nate McMaster 354e108e8c Revert 0784c8baca
Something weird is going on here
2016-03-28 14:00:23 -07:00
Nate McMaster 0784c8baca Fix #46 2016-03-28 13:24:38 -07:00
Pranav K 22c5002c2b Updating install scripts 2016-03-28 10:52:47 -07:00
Troy Dai fe2884d20e Stop setting .net reference assemblies path on bash 2016-03-22 00:44:35 -07:00
Cesar Blum Silveira 34187a8582 Functions to get typed environment parameters. 2016-03-21 15:06:59 -07:00
Ajay Bhargav Baaskaran 3898c40dc7 Added an env var to compile and test projects for the specified framework 2016-03-21 15:01:39 -07:00
Pranav K 4a14ff2b14 Fix casing for nuget.exe 2016-03-18 16:41:48 -07:00
Cesar Blum Silveira 06ba0ea00b Remove k-xml-docs-test. 2016-03-15 04:37:41 -07:00
Cesar Blum Silveira 9bff597410 Revert fix from e9c5ac1. 2016-03-17 11:53:43 -07:00
Pranav K 23f04b626f Revert "Revert "Update CLI version""
This reverts commit 4511083874.
2016-03-16 23:38:25 -07:00
Cesar Blum Silveira cbf5753e9b Find properly cased NuGet.config file when using NUGET_VOLATILE_FEED_* variables. 2016-03-16 15:36:06 -07:00
Pranav K d47fe0cc00 Rely on dotnet to do incremental builds 2016-03-16 14:58:52 -07:00
Pranav K 4511083874 Revert "Update CLI version"
This reverts commit a83a8ba42e.
2016-03-15 15:29:30 -07:00
Pranav K a83a8ba42e Update CLI version 2016-03-15 14:06:43 -07:00
Doug Bunting c5dcbd7b1a `npm install` shouldn't hide errors and warnings
- `--silent` -> `--quiet`
- add `--depth 0` to get rid of most of the (useless) summary at end
- add `--progress false` when using `--quiet` target; reduces output to _just_ warnings
2016-03-10 15:04:52 -08:00
Victor Hurdugaci e9c5ac1e99 Revert the CLI to 1540 2016-03-10 10:27:44 -08:00
Pranav K 407ad6d974 Use the absolute path instead of passing in relative dir 2016-03-09 19:19:36 -08:00
Pranav K 953c09e08c * Correct directory in which tools projects are restored. 2016-03-09 18:59:56 -08:00
Victor Hurdugaci 261f3a8a9a Upgrade the CLI version 2016-03-09 14:37:25 -08:00
Pranav K 969d41910c Use FLOWID if specified when logging messages 2016-03-09 11:59:09 -08:00
Pranav K b62e25459a Execute tests in parallel if --parallel is specified 2016-03-08 15:37:28 -08:00
Ajay Bhargav Baaskaran e6b43938a8 Added the dnxtools feed to dotnet restore 2016-03-08 12:25:47 -08:00
Victor Hurdugaci 333049433c Embed the commit hash in the generated assembly 2016-03-07 21:49:59 -08:00
Pranav K 8d586853c2 Run xunit tests from build output directory 2016-03-07 14:11:34 -08:00
ryanbrandenburg d1d8941dc7 * Pick up latest install.sh and install.ps1 2016-03-07 13:57:46 -08:00
Victor Hurdugaci ac2b7124a4 Retry if the KoreBuild download fails 2016-03-07 12:51:42 -08:00
BrennanConroy 5dfd928085 Add crossgen back to crossplat 2016-03-07 11:09:14 -08:00
ryanbrandenburg 8436905c2a * Draw version from existing file 2016-03-07 10:37:38 -08:00
Pranav K 1d0236d0db Revert "Remove IsTeamCity since it is defined by Sake shade files"
This reverts commit b18671f878.
2016-03-04 10:33:02 -08:00
Pranav K b18671f878 Remove IsTeamCity since it is defined by Sake shade files 2016-03-04 10:20:16 -08:00
ryanbrandenburg 24d1372314 * Make Version file a variable and fix spacing 2016-03-04 09:46:16 -08:00
ryanbrandenburg 99af772166 * Fix dotnetVersion file 2016-03-04 09:38:29 -08:00
ryanbrandenburg 46218800f9 * Use native PS command 2016-03-04 09:07:35 -08:00
ryanbrandenburg bb150edbb5 * Add first version files 2016-03-04 09:07:35 -08:00
ryanbrandenburg fc7e7efa48 * Convention 2016-03-04 09:07:35 -08:00
ryanbrandenburg af7baae60d * Un-pin dotnet version 2016-03-04 09:07:35 -08:00
Nate McMaster f7a14c5311 Log blocks for Travis CI 2016-03-04 08:48:17 -08:00
Doug Bunting ab2572a4e7 Stop repeatedly adding .NET CLI to `$env:Path`
- environment changes in `KoreBuild.ps1` affect console when running `build.ps1`
 from a PowerShell prompt
- add .NET CLI to the end of the path if `$env:KOREBUILD_SKIP_RUNTIME_INSTALL` is set
- update `KoreBuild.sh` as well
2016-03-03 22:39:50 -08:00
moozzyk f83a710baf Downloading nuget.exe when on non-windows
Fixing a typo in build script
2016-03-03 13:11:08 -08:00
Victor Hurdugaci b943f48b40 Remove dnx 2016-03-03 11:46:32 -08:00
N. Taylor Mullen 5a33f1c211 Re-add dnxcore50 support for test discovery. 2016-03-02 10:23:25 -08:00
N. Taylor Mullen 4e03c68c92 Update test discoverer to understand netstandardapp1.5 2016-03-01 13:00:00 -08:00
Pranav K c628825744 * Make npm quieter
* Run npm install in parallel
2016-03-01 10:30:22 -08:00
moozzyk dfbfba17b9 Updating install.sh script
The new version does not download a pinned version of the cli if this version is already installed
2016-03-01 08:45:11 -08:00
Victor Hurdugaci 15f6ad33e8 Remove old, unnecessary workaround that became a bug 2016-02-28 22:55:02 -08:00
Victor Hurdugaci 2c21d63677 Rename Nuget.Config to NuGet.config 2016-02-28 13:03:30 -08:00