Commit graph

6528 commits

Author SHA1 Message Date
Livar Cunha
126ec29fe2 Generating a layout folder with the satellite assemblies only which we use to generate a language pack tarball/zip. Initially, I wanted a IncludeOnlyFilter, but couldn't quite get that to work on tar, just passing the filter in the command line didn't work because the shell does not do recursive globbing. So, I opted for the layout folder. 2017-06-22 12:59:38 -07:00
Livar Cunha
44d888dfc4 Exclude satellite assemblies from archive. 2017-06-21 08:48:12 -07:00
Livar
3299513acb Merge pull request #6948 from dotnet/merges/rel/1.1.0-to-release/2.0.0-20170620-070041
Merge rel/1.1.0 to release/2.0.0
2017-06-20 16:32:50 -07:00
Livar
1792723623 Merge pull request #6955 from livarcocc/fallback_folder_in_dotnet_hive
Move the NuGet fallback folder into the dotnet hive
2017-06-20 15:51:39 -07:00
Eric Erhardt
47cf17e625 Merge pull request #6959 from eerhardt/FixStoreTests
Simple clean up to the store tests
2017-06-21 00:01:01 +02:00
Livar Cunha
5a34f9da91 Merge remote-tracking branch 'dotnet/rel/1.1.0' into merges/rel/1.1.0-to-release/2.0.0-20170620-070041
* dotnet/rel/1.1.0:
  Update SDK to 1.1.0-alpha-20170615-3
  Updating NuGet to 4.3.0-preview3-4168
  MSBuild 15.3.388
2017-06-20 13:35:36 -07:00
Eric Erhardt
a356fca39a Simple clean up to the store tests
Align class name with file name.
miscellaneous code clean up
2017-06-20 15:19:51 -05:00
Livar Cunha
0e200ace5e Updating xlf files for the Configurer. 2017-06-20 11:21:43 -07:00
Livar Cunha
a357fd7bca Removing NuGetConfig from the first run experience and replacing the sentinel with the FirstUseNoticeSentinel when needed. 2017-06-20 10:59:23 -07:00
Livar Cunha
529d7caa79 Moving the expanding fallback folder to the dotnet folder hive. The folder will be expanded at sdk/NuGetFallbackFolder. 2017-06-20 10:59:23 -07:00
Livar Cunha
58e18a61b7 Fixing CRLF issue. 2017-06-20 10:59:23 -07:00
Livar
31bd5d9fd1 Merge pull request #6945 from livarcocc/fix_xlf
Updating xlf and fixing line ending problems with one file.
2017-06-20 10:33:22 -07:00
Livar Cunha
69e2db5251 Updating xlf and fixing line ending problems with one file. 2017-06-19 21:37:47 -07:00
Livar
f6f96e334b Merge pull request #6869 from omajid/missing-lzma-repated-first-run-message
Avoid repeating the first-run message if lzma archive is missing
2017-06-19 20:50:59 -07:00
Livar
64a541ed3e Merge pull request #6900 from wli3/windows-installer-refresh
Windows installer refresh
2017-06-19 20:50:21 -07:00
Nick Guerrera
013d404364 Merge pull request #6800 from nguerrera/loc
Use xlf to build satellites and enable CLI localization
2017-06-19 17:20:21 -07:00
William Li
3348fca85a Add rhel and Debian download link 2017-06-19 16:05:38 -07:00
Nick Guerrera
3de5eb96c2 Fix race in telemetry msbuild arg tests 2017-06-19 15:35:22 -07:00
Omair Majid
34b44b999b Avoid repeating the first-run message if lzma archive is missing
If the LZMA archive is missing, the first-run message is printed every time.
This commit fixes that.

Split the first-run message into two pieces:

- The first-run (welcome and telemetry) message is printed only once, no matter
  whether the cache was primed or not.

- The cache-priming message is printed only if the cache is avaialble.
  Otherwise skip the cache introduction and the ccache priming operation.
2017-06-19 18:08:05 -04:00
Livar
c4a072be1c Merge pull request #6932 from khyperia/update_roslyn_in_20
Updating Roslyn to 2.3.0-beta3-61816-04 in 2.0.0
2017-06-19 15:00:47 -07:00
Livar
22cb0ac703 Merge pull request #6930 from dotnet-bot/release/2.0.0-UpdateDependencies
Update CoreSetup to preview3-25419-01 (release/2.0.0)
2017-06-19 12:51:37 -07:00
Nick Guerrera
62c3798679 Use fluent helper for line-end normalization 2017-06-19 11:54:42 -07:00
dotnet-bot
3d7d153b21 Update CoreSetup to preview3-25419-01 2017-06-19 17:38:57 +00:00
Livar
2180d92d10 Merge pull request #6918 from Faizan2304/insertTPV2
insert new tpv2 which fixes following issue
2017-06-19 09:28:29 -07:00
Livar
813738580f Merge pull request #6920 from dotnet-bot/release/2.0.0-UpdateDependencies
Update CoreSetup to preview3-25418-01 (release/2.0.0)
2017-06-19 09:27:51 -07:00
Ashley Hauck
2a003ef245 Updating Roslyn to 2.3.0-beta3-61816-04 2017-06-19 08:53:58 -07:00
dotnet-bot
cefdd8bd4e Update CoreSetup to preview3-25418-01 2017-06-18 17:38:18 +00:00
faahmad
6f69b87b53 insert new tpv2 which fixes following issue
https://github.com/Microsoft/vstest/issues/632
https://github.com/Microsoft/vstest/issues/844
https://github.com/Microsoft/vstest/issues/847
https://github.com/Microsoft/vstest/issues/840
https://github.com/Microsoft/vstest/issues/843
2017-06-18 16:06:24 +05:30
Nick Guerrera
11967b7d9c Merge branch 'release/2.0.0' into loc 2017-06-16 18:20:44 -07:00
William Li
07ce4a0607 Windows installer refresh
According to https://github.com/dotnet/cli/issues/6683

- Remove Motto
- Change size to fit the first screen
- Update Introduction step content
- Include installation location and list of all components installed
- Update Summary step content
2017-06-16 12:47:11 -07:00
Livar
3aa22300ac Merge pull request #6906 from wli3/publish-only-deb
Stop produce duplicated package for VSTS build definition
2017-06-16 10:07:13 -07:00
William Li
68c71d225b Stop produce duplicated package for VSTS build definition
Currently VSTS is producing duplicate package and they are running into
each other will producing

Today:
Linux x64 build definition: both .deb and .tar.gz
Ubuntu 16.04 build definition: both .deb and .tar.gz (ex.
dotnet-sdk-2.0.0-preview3-006477-linux-x64.tar.gz,
dotnet-sdk-debug-2.0.0-preview3-006477-linux-x64.tar.gz,
dotnet-sdk-internal-2.0.0-preview3-006477-linux-x64.tar.gz)

After this change:
Linux x64: .tar.gz
Ubuntu 16.04: .deb

No change for windows and macOS
Tested on Ubuntu with and without --linux-portable and windows
2017-06-16 07:32:20 -07:00
Livar
f720c289d3 Merge pull request #6889 from dotnet-bot/release/2.0.0-UpdateDependencies
Update CoreSetup to preview3-25415-01 (release/2.0.0)
2017-06-15 17:27:15 -07:00
William Li
30ef374785 Add explicit dependency for pakcage smoke test
So package smoke test can be run without full functional test run first.
2017-06-15 15:03:07 -07:00
Livar
70af3dff7b Merge pull request #6892 from dotnet/livarcocc-patch-1
Updating the branding for 2.0 to preview3
2017-06-15 12:44:22 -07:00
Livar
9f0584f449 Updating the branding for 2.0 to preview3 2017-06-15 11:42:06 -07:00
dotnet-bot
8c8df3eb57 Update CoreSetup to preview3-25415-01 2017-06-15 18:25:09 +00:00
jbeisner
add33234a5 Merge pull request #6857 from johnbeisner/RuntimeCoherence
Enable creation and consumption of a 'coherent' pointer
2017-06-15 10:22:40 -07:00
Livar
b47cb09735 Merge pull request #6888 from dotnet/livarcocc-patch-1
Update SDK to 2.0.0-preview2-20170615-7
2017-06-15 10:17:46 -07:00
Livar
c457b9840d Update SDK to 2.0.0-preview2-20170615-7 2017-06-15 09:29:29 -07:00
Livar
1d8db53f56 Merge pull request #6870 from mlorbetske/dev/mlorbe/FixConsoleUnboldingOnErrorIssue4850
Fix console unbolding on error Issue #4850
2017-06-15 09:14:58 -07:00
Mike Lorbetske
1a142953c2 Detect initial bolding for console colors 2017-06-14 23:51:02 -07:00
Livar
451e9e62ec Merge pull request #6882 from livarcocc/update_roslyn_in_20
Updating Roslyn to 2.3.0-beta3-61814-09 in 2.0.0
2017-06-14 23:08:53 -07:00
Livar
5e88564e56 Merge pull request #6880 from dotnet/livarcocc-patch-1
Update SDK to 1.1.0-alpha-20170615-3
2017-06-14 22:50:27 -07:00
Livar Cunha
26a409c41c Updating Roslyn to 2.3.0-beta3-61814-09 2017-06-14 21:57:28 -07:00
Livar
ef8b3446a0 Merge pull request #6879 from livarcocc/turn_off_version_updater
Turn off UpdateVersionsRepo task in the build
2017-06-14 21:29:42 -07:00
Livar
23bf02f398 Update SDK to 1.1.0-alpha-20170615-3 2017-06-14 21:24:55 -07:00
Livar Cunha
42c65b4fe9 Turn off UpdateVersionsRepo task in the build until the buildtools gets updated to a new NuGet compatible with the CLI. 2017-06-14 20:47:55 -07:00
Livar
fbf9fd1abf Merge pull request #6874 from emgarten/emgarten/nuget4168-1.1.0
Updating NuGet to 4.3.0-preview3-4168 for rel/1.1.0
2017-06-14 17:48:38 -07:00
Livar
dc88177546 Merge pull request #6873 from emgarten/emgarten/nuget4168-2.0.0
Updating NuGet to 4.3.0-preview3-4168 for release/2.0.0
2017-06-14 17:23:25 -07:00