Commit graph

6511 commits

Author SHA1 Message Date
Livar Cunha
439c4e6173 Improve Json perf by using JObject.Load. 2017-05-17 21:09:49 -07:00
Livar Cunha
f270ecd025 Pinning the stage0 to the last build out of rel/1.0.1 and adding a project to download 1.0 dependencies for test assets. 2017-05-17 21:06:42 -07:00
Livar
e157c4bd09 Merge pull request #6603 from livarcocc/fix_installers_branding
Change the CLI moniker to Microsoft .NET Core 2.0.0 Preview 1 SDK
2017-05-17 19:25:57 -07:00
Livar Cunha
04b60dadc4 Updating the branding to rel/1.1.0 2017-05-17 16:00:49 -07:00
Eric Erhardt
f583f219df Fixing the core-setup archive and installer paths for the new Runtime publish layout. 2017-05-16 20:54:02 -05:00
dotnet-bot
02e7c8d0a8 Update CoreSetup to preview2-25317-03 2017-05-17 01:18:54 +00:00
Eric Erhardt
6453cb4e15 Merge pull request #6613 from dotnet/eerhardt-patch-1
Update MSBuild to 15.3.0-preview-000234-01
2017-05-16 16:06:55 -05:00
Eric Erhardt
5fef379acc Update MSBuild to 15.3.0-preview-000234-01
This build has the new RuntimeInformation feature in MSBuild which allows MSBuild logic to be able to tell if you are building on OSX or Linux.
2017-05-16 13:42:17 -05:00
Livar
0a89053574 Merge pull request #6600 from dotnet/mmitche-patch-1
Add CROSS check
2017-05-16 11:15:51 -07:00
Livar Cunha
790ae69747 Change the CLI moniker to Microsoft .NET Core 2.0.0 Preview 1 SDK 2017-05-15 16:40:11 -07:00
William Lee
c3e4325aa1 Merge pull request #6567 from wli3/unify-text-for-installer
Unify text for installer: deb pkg exe installer's telemetry notice and welcome message
2017-05-15 15:46:32 -07:00
William Li
3813c41948 Add leading dot back 2017-05-15 11:49:13 -07:00
William Li
303634978a Change to Installation completed successfully. Welcome to .NET Core! 2017-05-15 11:48:56 -07:00
Matt Mitchell
d35f7326b3 Add CROSS check
Adds a silent CROSS check for PRs so that data can be gathered for the CROSS project
2017-05-15 11:47:42 -07:00
Livar
d6452010c4 Merge pull request #6563 from jlanng/corporate-proxy-support
Support corporate proxy servers
2017-05-15 11:38:44 -07:00
Livar
0401876ae0 Merge pull request #6594 from mikkelbu/error-message-when-missing-file-header-in-sln
Correct parsing of 'Format Version' header in sln files
2017-05-15 11:38:05 -07:00
Livar
3716effba7 Merge pull request #6584 from mikkelbu/pass-nologo-to-msbuild-in-add-package
Pass nologo to MSBuild in 'add package' command
2017-05-15 11:35:52 -07:00
William Li
8326a60d7a Move 2 files to use lower ver msbuild
The build machine is using an old version of msbuild for signing.
Lower the version of these 2 files to make is available for signing
2017-05-15 11:34:57 -07:00
William Li
89ae1abf0c Read rid from build prop 2017-05-15 10:14:15 -07:00
Livar
8299280159 Merge pull request #6586 from ellismg/remove-core-clr-rid-property
Remove CoreCLRRid property
2017-05-15 09:52:29 -07:00
Mikkel Nylander Bundgaard
65eced6dae Fix failing tests due to changed exception message 2017-05-14 23:29:28 +02:00
Mikkel Nylander Bundgaard
80b293d4a6 Correct parsing of 'Format Version' header in sln files
Prior to this change the exception on line 138 could not
be thrown, as far as I can tell. The reason for this
is that`HeaderPrefix` contained a trailing space, and we
had verified that `line` (trimmed) started with
`HeaderPrefix`. Hence `line` must contain something more
than `HeaderPrefix` otherwise the tailing space would
have been removed, so the length of `line` could not be
less than or equal to the length of `HeaderPrefix`.

Added and changed tests to ensure that both exceptions
regarding `FormatVersion` are thrown.

Fixes #5978
2017-05-14 20:53:34 +02:00
Livar
58f709ec7e Merge pull request #6578 from livarcocc/eliminate_cross_project_source
Replacing the commandline parser in dotnet-dependency-tool-invoker
2017-05-14 10:19:52 -07:00
Matt Ellis
3aa59d98bd Remove CoreCLRRid property
This property was only legitimately by the project which wants to
restore `crossgen`. Since that now comes from
Microsoft.NETCore.App (i.e. the shared framework) use
SharedFrameworkRid instead.

I also ensured that we passed UsePortableLinuxSharedFramework to
dotnet restore when restoring the tool projects, so we can use the
platform specific RID when non portable build.
2017-05-12 14:48:49 -07:00
Mikkel Nylander Bundgaard
05b0b64e55 Pass nologo to MSBuild in 'add package' command
Fixes #6534
2017-05-12 22:23:47 +02:00
Livar Cunha
3a5c75b721 Replacing the commandline parser in dotnet-dependency-tool-invoker with the CliCommandLineParser. 2017-05-11 21:13:34 -07:00
Eric Erhardt
7f50f322d5 Merge pull request #6573 from eerhardt/FixUpdateDependencies
Fix update dependencies
2017-05-11 16:02:48 -05:00
Livar
2b70427fb9 Merge pull request #6575 from dotnet/fix_signing_dependencies_project
Fix signing dependencies project
2017-05-11 11:37:41 -07:00
Livar Cunha
737b68b460 Fixing the imports for signing. 2017-05-11 11:04:41 -07:00
Livar
256c9ce9b2 Merge pull request #6560 from livarcocc/fix_minor_help_issues
Fixes a few inconsistencies in the display for the dotnet restore -help command.
2017-05-11 10:14:32 -07:00
William Li
74028a5497 change to Installation Completed Successfully 2017-05-11 09:15:15 -07:00
Eric Erhardt
f82fa91f58 Fix update-dependencies by slimming it way down.
It can no longer be dependent on Cli.Utils, since that will affect which version of NuGet gets used.  It's better for this small console app to just depend on VersionTools.
2017-05-11 10:15:05 -05:00
Eric Erhardt
928c510c84 Clean up unused build code. 2017-05-11 08:59:38 -05:00
Livar Cunha
0900a13523 Add xmlns to the Project node of the signing.dependencies project so that it can be used with the msbuild in vso. 2017-05-10 22:10:16 -07:00
Livar
fcb334e30a Merge pull request #6570 from livarcocc/fix_vso_build
Bringing down MicroBuild.Core props and targets separately from build_tools
2017-05-10 17:55:28 -07:00
Livar
25bcbb65d3 Merge branch 'master' into fix_vso_build 2017-05-10 17:17:00 -07:00
Livar
b6b45e570f Merge pull request #6559 from livarcocc/merge_release_200_into_master
Merge release/2.0.0 into master
2017-05-10 17:13:36 -07:00
Livar Cunha
dd01dbf4ce Bringing down MicroBuild.Core props and targets separately from build_tools. 2017-05-10 15:58:46 -07:00
William Lee
ae63db7bde Merge pull request #6568 from wli3/remove-migrate-tests
Including migrate test assets. They are in cli-migrate repo now.

Keep only one of them to make sure migrate is correctly inserted

Build get 10 minutes faster!
2017-05-10 14:43:19 -07:00
Livar
5bae544721 Merge pull request #6565 from dotnet/update_debian_references
Updating the debian references in the landing page
2017-05-10 14:39:22 -07:00
Livar Cunha
477f0f42d0 Fixes a few inconsistencies in the display for the dotnet restore -help command.
Fixing tests based on the new strings.
2017-05-10 13:25:59 -07:00
William Li
f9f8c7feba Remove the test migrate assets
which is used only in migrate tests
2017-05-10 12:49:50 -07:00
Livar
f40e85283d Merge branch 'master' into merge_release_200_into_master 2017-05-10 12:49:25 -07:00
William Li
9392561fd5 Remove migrate tests
They are in cli-migrate repo now.

Keep only one of them to make sure migrate is correctly inserted
2017-05-10 12:48:53 -07:00
William Li
a94644d957 Unify mac telemetry note 2017-05-10 10:42:27 -07:00
William Li
af3c237804 Unify telemetry text for windows
And move installer telemetry message to the end and
2017-05-10 10:42:19 -07:00
William Li
7a19b8caed Change telemetry notice for deb 2017-05-10 10:38:28 -07:00
Livar
23aae1bf0b Updating the debian references in the landing page
Updating the debian references in the landing page from Debian 8.2 to Debian 8.
2017-05-10 09:19:19 -07:00
James Lanng
497d048b1c Support corporate proxy servers 2017-05-10 10:44:40 +01:00
Eric Erhardt
3037fdd688 Merge pull request #6493 from chcosta/version-25303-01
Update Core-setup to 2.0.0-preview2-25303-01
2017-05-09 23:20:22 -05:00