Commit graph

5085 commits

Author SHA1 Message Date
Livar Cunha
d227fff356 Updating SDK to 1.0.0-alpha-20170426-3. 2017-04-26 15:24:22 -07:00
Livar
4437eaf55e Merge pull request #6418 from livarcocc/hostfxr_container
Add a hostfxr container version, because even a 1.1.2 hostfxr is bein…
2017-04-25 20:48:57 -07:00
Livar Cunha
8e7cd5c550 Add a hostfxr container version, because even a 1.1.2 hostfxr is being binplaced in a 1.1.0 container. 2017-04-25 20:40:19 -07:00
Livar
1bd6b5e68d Merge pull request #6411 from livarcocc/hostfxr_vesion_for_windows
Conditioning the version of hostfxr on the OS
2017-04-25 15:25:38 -07:00
Livar Cunha
9ec01bdce0 Making the code consistent in Prepare.targets. 2017-04-25 15:25:05 -07:00
Livar Cunha
5be74db440 Conditioning the version of hostfxr on the OS, because for Windows it actually has a different version. 2017-04-25 15:10:39 -07:00
Livar
34c859d09c Merge pull request #6410 from crummel/fixVariableCase
Fix case of variables we pass into docker.
2017-04-25 14:01:59 -07:00
Chris Rummel
f66867a7f4
Fix case for variables we pass into docker. 2017-04-25 15:59:52 -05:00
Livar
4036ef197c Merge pull request #6407 from crummel/dockerRun-addNewVars
Add new variables to dockerrun.sh so they're passed to the container.
2017-04-25 12:37:24 -07:00
Chris Rummel
dcff438d5a
Add new variables to dockerrun.sh so they're passed to the container. 2017-04-25 13:39:08 -05:00
Livar
a35257e1e7 Merge pull request #6401 from livarcocc/update_runtime_versions
[Won't pass CI] Updating the runtime framework versions for 1.0.5 and 1.1.1
2017-04-25 10:15:30 -07:00
Livar Cunha
de7c94592d Updating the runtime framework versions for 1.0.5 and 1.1.1 and updating the CLI branding to 1.0.4. 2017-04-24 18:11:59 -07:00
Livar
022cc5ebfb Merge pull request #6399 from crummel/coreSetupBlobUrl-addTokens
Allow SAS tokens to be specified when download core-setup blobs.
2017-04-24 16:23:13 -07:00
Chris Rummel
3efaab9fbc
Add SAS tokens to core-setup download. 2017-04-24 17:08:54 -05:00
Livar
59469fe833 Merge pull request #6396 from livarcocc/overwrite_CoreSetupBlobRootUrl
Porting over a change from master that allows to overwrite the CoreSetupBlobRootUrl.
2017-04-24 14:30:40 -07:00
Livar Cunha
ee8f8c9bc9 Porting over a change from master that allows to overwrite the CoreSetupBlobRootUrl. 2017-04-24 12:12:47 -07:00
Livar
12bf83558d Merge pull request #6309 from livarcocc/fix_readme
Fix README.md table
2017-04-13 10:11:11 -07:00
Ken Dale
c62bc82787 Fix README.md table 2017-04-12 20:44:16 -07:00
Davis Goodin
579cb53fea Merge pull request #6302 from dagood/optional-dotnet-versions/1.0.1
Skip versions repo publish if auth not defined
2017-04-11 17:20:16 -05:00
Davis Goodin
b654c55985 Skip versions repo publish if auth not defined 2017-04-11 15:41:31 -05:00
Livar
37224c9917 Merge pull request #6265 from livarcocc/fix_vc_redist_detection_logic
Adding error code 1638 as a ignore/success error when installing the VC_Redist.
2017-04-06 20:19:27 -07:00
Livar
158eea3127 Updating the patch version of the CLI to 1.0.3 2017-04-06 16:30:49 -07:00
Livar Cunha
d8cc37ae00 Adding error code 1638 as a ignore/success error when installing the VC_Redist. 2017-04-06 15:11:57 -07:00
Livar
ffd6048649 Merge pull request #6165 from crummel/fixFolderCase-1.0.1
Make folder case consistent.
2017-03-28 22:49:12 -07:00
Livar
135ff1570b Merge branch 'rel/1.0.1' into fixFolderCase-1.0.1 2017-03-27 16:57:36 -07:00
Livar
ead75862d3 Merge pull request #6166 from livarcocc/merge_rel_1_0_0
Merge rel/1.0.0 into rel/1.0.1
2017-03-27 16:57:19 -07:00
Livar Cunha
7a8dd54383 Merge branch 'rel/1.0.0' into merge_rel_1_0_0
* rel/1.0.0:
  dotnet-install should identify all RHEL 7.x as RHEL
2017-03-27 14:39:39 -07:00
Livar
9a4c2c32f4 Merge pull request #6159 from omajid/rel-1.0.0-rhel-7
dotnet-install should identify all RHEL 7.x as RHEL
2017-03-27 14:32:26 -07:00
Chris Rummel
3928c2739c
Make folder case consistent.
This causes no build issues (because the .csproj uses the default wildcard include),
but prevents the repo from being pushed to VSO Git.
2017-03-27 15:23:14 -05:00
Omair Majid
13cf65ea8f dotnet-install should identify all RHEL 7.x as RHEL
New RHEL minor versions are compatible with previous RHEL minor
versions. They also replace them: all users using RHEL 7.n are migrated
to RHEL 7.(n+1) by a simple yum upgrade. So just treat all RHEL 7.x
version as RHEL.

This only holds true for minor versions. RHEL 7 is not compatible with
RHEL 6. But since .NET Core only supports RHEL 7, this shouldn't matter.
2017-03-27 11:32:39 -04:00
Livar
54743c8b7b Merge pull request #6041 from livarcocc/update_msbuild
Updating the CLI branding to 1.0.2 and updating the msbuild version.
2017-03-15 11:01:20 -07:00
Livar Cunha
7299ec1f0a Updating the CLI branding to 1.0.2 and updating the msbuild version. 2017-03-14 17:14:53 -07:00
Livar
9b69969149 Merge pull request #5882 from livarcocc/merge_rel_1_0_0_into_rel_1_0_1
Merge rel/1.0.0 into rel/1.0.1
2017-03-01 13:25:58 -08:00
Livar Cunha
a9a986c30c Merge branch 'rel/1.0.0' into merge_rel_1_0_0_into_rel_1_0_1
* rel/1.0.0:
  Update LZMA license with correct text
  Add license text to LZMA SDK license notice
2017-03-01 11:56:37 -08:00
Livar
4d66827e01 Merge pull request #5863 from richlander/lzma
Update LZMA license with correct text
2017-02-28 21:57:27 -08:00
Richard Lander
6e74e3b50e Update LZMA license with correct text 2017-02-27 16:32:41 -08:00
Piotr Puszkiewicz
005db40cd1 Merge pull request #5840 from piotrpMSFT/piotrpMSFT/bump/Roslyn
Bump Roslyn to 2.0.0-rc5-61424-02
2017-02-27 16:17:11 -08:00
Piotr Puszkiewicz
e92f9dfe0d Bump to 2.0.0-rc5-61427-04 2017-02-27 15:07:54 -08:00
Piotr Puszkiewicz
79704cc074 Merge branch 'rel/1.0.1' into piotrpMSFT/bump/Roslyn 2017-02-27 13:15:06 -08:00
Piotr Puszkiewicz
8d38b10992 Merge pull request #5860 from piotrpMSFT/piotrpMSFT/issues/doublebranding
Remove duplicate installer suffix
2017-02-27 13:13:50 -08:00
Piotr Puszkiewicz
fae584ed59 Merge pull request #5852 from richlander/3pn
Add license text to LZMA SDK license notice
2017-02-27 10:24:10 -08:00
Piotr Puszkiewicz
b55b5ad033 Remove duplicate installer suffix 2017-02-27 10:21:42 -08:00
Richard Lander
a46f6fe807 Add license text to LZMA SDK license notice 2017-02-26 12:11:05 -08:00
Eric Erhardt
0fff8009c1 Merge pull request #5848 from eerhardt/Merge100
Merge rel/1.0.0 to rel/1.0.1
2017-02-25 21:30:28 -06:00
Eric Erhardt
ab887ec024 Merge remote-tracking branch 'upstream/rel/1.0.0' into rel101 2017-02-25 14:30:53 -06:00
Eric Erhardt
23392fa3c3 Merge branch 'rel/1.0.0' into piotrpMSFT/bump/Roslyn 2017-02-25 13:12:35 -06:00
Livar
e53429feb4 Merge pull request #5841 from livarcocc/update_platform_abstractions_103
Updating the SDK to 1.0.0-alpha-20170224-6
2017-02-24 23:52:09 -08:00
Livar Cunha
9210b84a98 Updating the SDK to 1.0.0-alpha-20170224-6 2017-02-24 15:56:59 -08:00
Livar Cunha
b3da712d3d Updating both platform abstractions and dependency model to 1.0.3. 2017-02-24 14:52:05 -08:00
Eric Erhardt
aa3c38e7e1 Merge pull request #5839 from eerhardt/Update101Readme
Update 1.0.1 README and Stage0
2017-02-24 16:26:36 -06:00