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

75 Коммитов

Автор SHA1 Сообщение Дата
Nate McMaster 9094310649 Cleanup TODOs and commented-out code 2017-03-01 09:54:02 -08:00
Nate McMaster 46216d18e4
Revert bad merge and don't install .NET Core 1.2 2017-02-15 17:07:33 -08:00
Nate McMaster 6dd310d1db Update KoreBuild.sh
Remove unnecessary installation of the 1.0.0 runtime. This is included by default with the SDK installer.
2017-02-15 09:51:57 -08:00
Nate McMaster bcd2acb72c Merge branch 'dev' into feature/msbuild 2017-02-14 12:52:41 -08:00
Nate McMaster 4714308000 Update dotnet-install.ps1 to stop overwriting dotnet.exe
Also, update to NuGet.exe 4.0.0-rc4
2017-02-09 15:19:20 -08:00
Nate McMaster 6616302c73 Build solution files 2017-02-09 14:22:29 -08:00
Nate McMaster f57e6fce88 Revert "Revert "Use dotnet msbuild to launch makefile.shade""
This reverts commit 1cc9f9087d.
2017-02-08 16:25:24 -08:00
Pranav K 1cc9f9087d Revert "Use dotnet msbuild to launch makefile.shade"
This reverts commit 0e30b52501.
2017-02-03 10:12:08 -08:00
Pranav K 0e30b52501 Use dotnet msbuild to launch makefile.shade 2017-02-03 10:06:06 -08:00
Pranav K 2b4af934b7 Add .NET 4.6.1 reference assemblies
Fixes #162
2017-02-02 17:53:30 -08:00
Pranav K 0b6e1ee6d3 on't update CLI versions based on environment variables (part 2) 2017-01-29 09:16:04 -08:00
Pranav K 14d9eec4eb Don't update CLI versions based on environment variables 2017-01-27 18:20:20 -08:00
Nate McMaster 1ffc511a07 Remove installation of CLI preview4 2017-01-20 14:16:59 -08:00
Nate McMaster d896eb9a50 Install RC3 and preview4 CLI while we transition repos
This should only take a few days....hopefully.
2017-01-19 17:23:59 -08:00
BrennanConroy 0594b07edd Fix NETFrameworkReferenceAssemblies path 2017-01-05 15:22:25 -08:00
Pranav K e2fe1a1ccb Fix build on xplat 2016-12-29 16:39:03 -08:00
Pranav K 5a9a54f058 Fix build on xplat 2016-12-29 16:38:48 -08:00
Pranav K c71a1f57f9 Commonize shared runtime version location. 2016-12-29 10:28:23 -08:00
Pranav K 3defde1bdf Commonize shared runtime version location.
* Stop installing 1.0.0-preview2-1-003177 CLI
2016-12-29 10:14:52 -08:00
Pranav K 6d9a0173c8 Temporarily install 1.0.0-preview2-1-003180 CLI alongside the existing preview2-1 CLI 2016-12-21 16:35:25 -08:00
Pranav K ab5539fb40 Install the 1.2.0 shared runtime along with the 1.0.0 one 2016-12-21 16:05:56 -08:00
Pranav K a50b785bf8 Install the 1.2.0 shared runtime along with the 1.1.0 one 2016-12-21 16:02:34 -08:00
Nate McMaster 87a5f7f557 Merge branch 'dev' into feature/msbuild 2016-12-12 17:36:43 -08:00
Nate McMaster df8ad74412 Cleanup MSBuild support. Update CLI to preview4-004233 2016-12-12 13:05:37 -08:00
Pranav K 27e6dcb2d9 Add support for installing shared runtimes other than 1.0.0 2016-11-30 17:28:35 -08:00
Prafull Bhosale 9cde51558d Fix reference assembly path variable 2016-11-28 10:08:47 -08:00
Prafull Bhosale 422da146bf Fix KoreBuild.sh to install newer CLI
Fix _dotnet-test.shade parse error
2016-11-28 09:41:20 -08:00
Prafull Bhosale 4fd5173d02 Make KoreBuild csproj projects 2016-11-23 14:12:14 -08:00
Nate McMaster 1f0ead0bb7
NuGet restores adds a .0 to folder name. 4.6.0, not 4.6 2016-11-17 15:42:02 -08:00
Nate McMaster 35c49c6474
⬆️ .NET Framework ref assemblies for 4.6 2016-11-17 15:33:54 -08:00
Nate McMaster f5b6eb7746
Merge branch 'rel/1.0.1' 2016-11-17 15:22:03 -08:00
Pranav K 8214312f25 Install NET451 reference assemblies 2016-11-16 16:37:06 -08:00
Pranav K 2bc6069ff7 Use DOTNET_INSTALL_DIR if available 2016-11-08 10:30:03 -08:00
Pranav K 545d924085 Use a single cli.version across OSes. 2016-11-04 14:05:42 -07:00
Nate McMaster 424c45a9dd chmod +x dotnet-install.sh 2016-11-02 15:51:55 -07:00
Nate McMaster 56b95feb0e Fix inconsistencies in dotnet-install scripts 2016-11-02 15:50:39 -07:00
Nate McMaster 2a775bac7a Add customizations required to test CLI tools with MSBuild 2016-11-02 15:24:07 -07:00
Pranav K aa8917b6c7 Install the 1.0.0 shared runtime along with the new CLI 2016-10-17 12:41:12 -07:00
Pranav K 6b6c565127 Pin the version of NuGet.exe to a version that supports serviceable attribute 2016-10-14 09:52:37 -07:00
Pranav K 142539693e Updating to shared runtime 1.1.0-preview1-001100-00 2016-10-10 19:21:18 -07:00
Doug Bunting 6c026ce724 Fix build break in most repos on Linux
- strings containing spaces are never empty
- incorrectly left `$KOREBUILD_DOTNET_SHARED_RUNTIME_VERSION` undefined
- later `-d` check confirmed only that the parent directory existed
- script skipped the `--share-runtime` install

nit: use same channel for regular install as `KoreBuild.ps1`
2016-10-04 19:56:24 -07:00
Pranav K aead5e8912 Update shared runtime to 1.1.0-preview1-001090-00 (#122) 2016-10-03 20:16:46 -07:00
Pranav K b62e09bdd8 Install the shared runtime if it isn't alreadfy installed 2016-10-03 16:17:01 -07:00
Pranav K a2ca41c39a Avoid redownloading the shared runtime when it's already installed. (#121)
Fixes #119
2016-09-30 17:25:02 -07:00
Pranav K 428ab89d1c Allow configuring the shared runtime via an environment variable\ 2016-09-27 21:56:27 -07:00
Pranav K eba99ca816 Use a version of nuget.exe that supports serviceable attribute 2016-07-13 14:26:35 -07:00
Pranav K 7659f3eab6 Restore reference assemblies in xplat 2016-06-28 10:51:26 -07:00
Pranav K 7cb78f29e4 Use rel-1.0.0 channel 2016-06-23 16:58:18 -07:00
Pranav K 3f25710897 Fix dotnet-install.sh path 2016-05-31 11:02:09 -07:00
Pranav K 2d868a869d Updating dotnet install scripts 2016-05-31 10:48:36 -07:00