Commit graph

6691 commits

Author SHA1 Message Date
Livar
0b46c9b5b3 Merge pull request #6993 from livarcocc/run_non_project_file_error
Dotnet run handles non-valid file
2017-06-24 15:57:57 -07:00
Nick Guerrera
14977b7201 Add F# and Roslyn satellites 2017-06-23 19:48:38 -07:00
Nick Guerrera
162d620038 Fix tests expecting unlocalized messages from dotnet/sdk 2017-06-23 19:48:07 -07:00
Livar Cunha
425100ebf8 Merge remote-tracking branch 'dotnet/rel/1.1.0' into merges/rel/1.1.0-to-release/2.0.0-20170623-070039
* dotnet/rel/1.1.0:
  MSBuild 15.3.400
2017-06-23 10:52:19 -07:00
Livar Cunha
37f531be4c Handling an exception that happens when dotnet run is invoked with a file that is not a valid project file. We catch that exception and re-throw it as a GracefulException. 2017-06-23 10:47:09 -07:00
Eric Erhardt
6119a29f83 Reenable UpdateVersionsRepo
Now that https://github.com/dotnet/buildtools/issues/1547 is fixed.
2017-06-23 09:09:56 -05:00
Nick Guerrera
07dfded669 Merge pull request #6988 from dotnet/stevesa/update-spa-templates-to-1.0.0-preview-000321
Update SPA templates version to 1.0.0-preview-000321
2017-06-22 14:34:11 -07:00
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
William Li
f4d884a03d Add dummy eula for Windows installer 2017-06-22 09:03:35 -07:00
William Li
ff9b8838f5 Update Mac installer
According to https://github.com/dotnet/cli/issues/6682
Window title
Update Introduction step content
Include installation location and list of all components installed
Update Summary step content

What is not included:
Remove "Welcome to ..." text -- it come from the installer tool
itself, it cannot be customized
Add 'success' graphic – cannot include picture in the html used by
the installer
2017-06-22 09:03:35 -07:00
Steve Sanderson
6ef4086946 Update SPA templates version to 1.0.0-preview-000321 2017-06-22 16:52:00 +01:00
Livar
934356b7d5 Merge pull request #6982 from KevinRansom/release/2.0.0-preview2
Fix dotnet/sdk#1364
2017-06-21 19:24:19 -07:00
Nick Guerrera
1ad0e4dffa Merge pull request #6974 from nguerrera/msbuild-satellites
Add msbuild satellite assemblies
2017-06-21 18:03:25 -07:00
Nick Guerrera
12f4ab563d Merge pull request #6980 from rainersigwald/msbuild-15.3.400-for-1.1
MSBuild 15.3.400
2017-06-21 18:03:08 -07:00
Nick Guerrera
c91e89b618 Merge pull request #6979 from rainersigwald/msbuild-15.3.400
MSBuild 15.3.400
2017-06-21 18:02:45 -07:00
Kevin Ransom
78309e52fa Fix dotnet/sdk#1364 2017-06-21 17:43:43 -07:00
Nick Guerrera
3620a7b663 Merge pull request #6973 from nguerrera/loc-tests
Make configurer unit tests pass on localized setup
2017-06-21 16:32:29 -07:00
Rainer Sigwald
dded62282e MSBuild 15.3.400 2017-06-21 18:20:40 -05:00
Rainer Sigwald
eb3e28d3e8 MSBuild 15.3.400 2017-06-21 18:18:30 -05:00
Livar
9b5aa3843d Merge pull request #6963 from dotnet/merges/rel/1.1.0-to-release/2.0.0-20170621-070038
Merge rel/1.1.0 to release/2.0.0
2017-06-21 13:57:05 -07:00
Nick Guerrera
74acc40036 Add msbuild satellite assemblies 2017-06-21 13:34:16 -07:00
Nick Guerrera
6b0cd0e52f Make configurer unit tests pass on localized setup 2017-06-21 12:44:34 -07:00
William Li
a5698110a2 Add rhel and Debian download link 2017-06-21 12:13:15 -07:00
Nick Guerrera
1661fd0975 Merge pull request #6961 from nguerrera/loc-tests
Make remaining tests pass on localized setup
2017-06-21 10:42:01 -07:00
Livar Cunha
cb1a2996f1 Merge remote-tracking branch 'dotnet/rel/1.1.0' into merges/rel/1.1.0-to-release/2.0.0-20170621-070038
* dotnet/rel/1.1.0:
  Add symreader-native myget feed
  Upgrade DiaSymReader.Native to 1.6.0-beta2-25304
  Updating Roslyn to 2.3.0-beta3-61816-04
2017-06-21 08:49:31 -07:00
Livar Cunha
44d888dfc4 Exclude satellite assemblies from archive. 2017-06-21 08:48:12 -07:00
Livar
842b179627 Merge pull request #6962 from livarcocc/fix_tools_tests
Fixing an issue in the RepoDirectoriesProvider
2017-06-21 08:27:21 -07:00
Parallels
235482b8da Fixing an issue in the RepoDirectoriesProvider where it assumed that the only directory under SDK was the SDK directories. This is no longer true now that we moved the NuGet fallback folder there. 2017-06-20 22:05:44 -07:00
Livar
06a2093335 Merge pull request #6957 from mlorbetske/dev/mlorbe/UpdateTemplatesToAddMissingBrowserLinkPackage
Update templates to add missing BrowserLink package
2017-06-20 21:54:27 -07:00
Nick Guerrera
b922d7e550 Make dotnet-remove-reference tests pass on localized setup 2017-06-20 18:45:36 -07:00
Nick Guerrera
273dea9371 Make dotnet-list-reference tests pass on localized setup 2017-06-20 17:57:32 -07:00
Mike Lorbetske
9edfb7a7d4 Remove failed workaround for Microsoft.Composition warning 2017-06-20 17:02:16 -07:00
Livar
4d75e3d276 Merge pull request #6931 from khyperia/update_roslyn_11
Updating Roslyn to 2.3.0-beta3-61816-04 in 1.1.0
2017-06-20 16:40:41 -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
Nick Guerrera
20e0a46e59 Make dotnet-add-reference tests pass on localized setup 2017-06-20 16:16:38 -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
Mike Lorbetske
b03f72ea26 Update templates to add missing BrowserLink package 2017-06-20 11:11:19 -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
Ashley Hauck
47158dc776 Add symreader-native myget feed 2017-06-20 10:24:28 -07:00
Livar
3725fef54f Merge pull request #6946 from mlorbetske/dev/mlorbe/UpdateToSetupCrossgen215Coherence25794
Update to SetupCrossgen 215 - Coherence 25794
2017-06-20 09:40:16 -07:00
Ashley Hauck
e1619b209b Upgrade DiaSymReader.Native to 1.6.0-beta2-25304 2017-06-20 08:15:24 -07:00
Mike Lorbetske
318ec3ab28 Update to SetupCrossgen 215 - Coherence 25794 2017-06-19 23:14:01 -07:00
Livar Cunha
69e2db5251 Updating xlf and fixing line ending problems with one file. 2017-06-19 21:37:47 -07:00