Commit graph

5629 commits

Author SHA1 Message Date
Livar
24dd3a5540 Merge pull request #6118 from dotnet/emgarten/nuget2418
Updating CLI_NETSDK_Version and CLI_NuGet_Version
2017-03-23 13:11:51 -07:00
Livar
87527c2e05 Merge pull request #6128 from jonsequitur/fix-subcommand-help-regression
check for help in DotNetTopLevelCommandBase
2017-03-23 13:11:16 -07:00
jonsequitur
149f292b6a check for help in DotNetTopLevelCommandBase 2017-03-23 08:15:41 -07:00
Justin Emgarten
e1cb32a1f2 Updating CLI_NETSDK_Version and CLI_NuGet_Version 2017-03-22 19:51:00 -07:00
Livar
485237a8a0 Merge pull request #6097 from ellismg/fix-6096
Don't write `\b` when output is redirected
2017-03-21 21:54:08 -07:00
Livar
a063c0b58e Merge pull request #6098 from nguerrera/fix-crossgen-win10
Fix crossgen step on win10 box
2017-03-21 20:59:30 -07:00
Nick Guerrera
fa3a446811 Fix crossgen step on win10 box 2017-03-21 19:28:09 -07:00
Matt Ellis
949fbd59db Remove dotnet-cli-build's dependency on CoreCLR
dotnet-cli-build had a package reference to both CoreCLR and a new
version of Microsoft.NETCore.App in order to pull down
crossgen. Crossgen is now restored by a specific project that only
deals will pulling down crossgen, so we can remove this code.

Fixes #6093
2017-03-21 18:32:07 -07:00
Matt Ellis
a472daffb8 Only restore crossgen for the current rid.
Today we download crossgen for all supported runtime ids. This
introduces a dependency on having builds for all supported platforms
in order to build the CLI on a single platform. This is problematic
for the build from source effort because we only build artifacts for a
specific rid (the RID of the host/target).

Update the CrossGen.Dependencies project to restore for only the RID
we are building for.
2017-03-21 18:32:07 -07:00
Matt Ellis
bdfc759350 Don't write \b when output is redirected
Fixes #6096
2017-03-21 18:03:43 -07:00
Livar
0eff67d207 Merge pull request #5935 from jonsequitur/tab-completion
Replace CommandLineApplication with new command line parser, enable tab completion
2017-03-21 17:11:17 -07:00
jonsequitur
1b8b1d2b2c use muxer path whenever invoking dotnet 2017-03-21 14:56:12 -07:00
jonsequitur
be86933ff8 use DotnetCommand instead of TestCommand 2017-03-21 14:55:56 -07:00
jonsequitur
0eca6cb9cd remove unused forwarded argument 2017-03-21 14:55:33 -07:00
jonsequitur
66980de543 merge 2017-03-21 14:19:56 -07:00
Livar
09f07e8b04 Merge pull request #6090 from eerhardt/Run
Port #4403 back into the main source code.
2017-03-21 13:11:02 -07:00
jonsequitur
4effd9354c merge 2017-03-21 11:57:08 -07:00
Eric Erhardt
55eb812664 Port #4403 back into the main source code.
This change was lost when we converted the MSBuild "run3" verb to just "run".

Fix #6076
2017-03-21 13:46:08 -05:00
jonsequitur
4425398fc8 set loc strings for parser-formatted help 2017-03-21 11:41:09 -07:00
Livar
61bffa5030 Merge pull request #6081 from omajid/github-markdown-change
Fix markdown headings to work with github's new rendering
2017-03-20 21:08:00 -07:00
Livar
7551974458 Merge pull request #5995 from svick/patch-4
Fixed section link to latest released version
2017-03-20 21:07:35 -07:00
Livar
a70f2a7af8 Merge pull request #6054 from eerhardt/EnableLinuxTests
Enable tests on linux portable build.
2017-03-20 20:59:44 -07:00
Eric Erhardt
5194735e27 Disable cli tool tests on linux-x64 that require netcoreapp1.1. 2017-03-20 21:39:15 -05:00
Rama krishnan Raghupathy
2fb9033970 Merge pull request #6085 from ramarag/apphost
Using Apphost.exe for standalone apps
2017-03-20 19:21:04 -07:00
Livar
ef0b05ea21 Merge pull request #6080 from livarcocc/fix_more_distros
Fixing the extra distros.
2017-03-20 18:19:56 -07:00
Rama Krishnan Raghupathy
a48f3a6bbf Using Apphost.exe for standalone apps 2017-03-20 18:06:48 -07:00
Petr Onderka
a5e0b35b97 Fixed section link to latest released version 2017-03-21 00:11:11 +01:00
Eric Erhardt
8091cc9783 Merge pull request #6084 from kendaleiv/patch-2
Fix README.md table
2017-03-20 17:11:54 -05:00
Ken Dale
a9082e56fb Fix README.md table 2017-03-20 18:09:21 -04:00
Livar Cunha
ff294c312a Fixing the moniker for the new rids. 2017-03-20 14:37:29 -07:00
Jon Sequeira
3c90711938 remove console output 2017-03-20 13:45:37 -07:00
Livar Cunha
9b43669862 Add linux x64 back to the rids list of crossgen tools. 2017-03-20 13:43:41 -07:00
Omair Majid
98a55251e7 Fix markdown headings to work with github's new rendering
Recent changes to github now require a space after '#' for headings in
markdown documents to work correctly. See:
https://github.github.com/gfm/#atx-headings
2017-03-20 16:28:07 -04:00
Livar Cunha
df496d0959 Fixing the extra distros. 2017-03-20 12:41:47 -07:00
jonsequitur
899d19a001 remove comment 2017-03-20 10:32:14 -07:00
Eric Erhardt
bd58bcf03b Disable F# tests on linux-x64.
linux-x64 only has .NET Core 2.0, but F# requires .NET Core 1.0 runtime.
2017-03-20 12:23:24 -05:00
Eric Erhardt
4fc2e8e19a Read artifacts rid from BuildInfo.props 2017-03-20 12:23:24 -05:00
Eric Erhardt
8e239a4825 Clean up dead code
These are old usages of GetRuntimeIdentifier() that are no longer needed.
2017-03-20 12:23:23 -05:00
Eric Erhardt
c492e714e6 Enable tests on linux portable build. 2017-03-20 12:23:22 -05:00
Livar
ae6c0d17dc Merge pull request #5990 from livarcocc/enable_more_distros
Enable more distros
2017-03-20 09:36:24 -07:00
Jon Sequeira
800f19dfdc use muxer in TestCommand 2017-03-19 20:28:38 -07:00
Eric Erhardt
d0bdccf5d6 Merge pull request #6064 from omajid/remove-linux-portable-obtain-script
Remove --linux-portable from dotnet-install.sh
2017-03-19 21:41:16 -05:00
Jon Sequeira
1006b30f99 user muxer path in ArgumentForwardingTests 2017-03-19 19:16:27 -07:00
jonsequitur
3e265a98b8 fix merge issues 2017-03-19 18:48:16 -07:00
Jon Sequeira
6cfec479cb Merge branch 'master' into tab-completion 2017-03-19 18:20:29 -07:00
jonsequitur
c85492bd48 merge master 2017-03-19 17:09:05 -07:00
jonsequitur
3ce1b9f0b7 Merge branch 'tab-completion' of https://github.com/jonsequitur/cli into tab-completion 2017-03-19 16:38:30 -07:00
jonsequitur
daac945742 restore loc strings, subcommand parsers into separate files 2017-03-19 16:38:08 -07:00
jonsequitur
b4cf73ec20 add additional args to dotnet run help 2017-03-19 14:35:11 -07:00
Jon Sequeira
43c13f2f53 move parse result validation to CommandBase to allow custom messages 2017-03-19 14:30:43 -07:00