Livar Cunha
|
a46237784e
|
Modified the build script to generate the lzma archive without the nupkgs. Modified the configurer to upsert NuGet.Config with the fallback folder info and to extract the fallback folder. Added unit tests for all this. Next step: update E2E tests.
|
2017-03-30 00:11:17 -07:00 |
|
Livar
|
e09c33400c
|
Merge pull request #6138 from livarcocc/tool_fallback_folder
Switched to using a FallbackPackagePathResolver to find the tool dll
|
2017-03-27 10:57:55 -07:00 |
|
Livar Cunha
|
b2116cd2e1
|
Addressing comments by adding a test covering the case where the tool assemblies are not found.
|
2017-03-26 21:52:27 -07:00 |
|
Nick Guerrera
|
fcd3c149f8
|
Merge pull request #6136 from nguerrera/vs-version-props
Package bundled version props in to a VS insertion nupkg
|
2017-03-24 15:56:04 -07:00 |
|
Livar
|
9f186882b3
|
Merge pull request #6120 from dasMulli/bugfix/run-directory-arg
Allow directories as project arguments to run command.
|
2017-03-24 14:14:50 -07:00 |
|
Nick Guerrera
|
c3a6999392
|
Skip flaky test
|
2017-03-24 13:14:07 -07:00 |
|
Livar Cunha
|
a4300cc069
|
Improving the test slightly by checking that it is finding the correct path to the tool dll.
|
2017-03-24 12:17:27 -07:00 |
|
Livar Cunha
|
10e743e8e5
|
Switched to using a FallbackPackagePathResolver to find the tool dll, because now with Fallback folders, we can have the tool dll in the fallback folder but its assets file in the user nuget cache. This happens because Nuget never writes to the fallback folder, including the tool's assets file that it generates during restore.
|
2017-03-24 12:17:27 -07:00 |
|
Livar
|
b2ac1cf8df
|
Merge pull request #6134 from jonsequitur/stop-splitting-tokens-when-option-is-not-valid
update CommandLineParser version for more selective option splitting
|
2017-03-24 12:14:47 -07:00 |
|
dasMulli
|
a4cb3fdf81
|
Allow directories as project arguments to run command.
|
2017-03-24 06:44:53 +01:00 |
|
jonsequitur
|
abfb877c5d
|
update Microsoft.DotNet.Cli.CommandLineParser version for more selective option splitting
|
2017-03-23 17:12:35 -07:00 |
|
Nick Guerrera
|
e644058c0e
|
Merge branch 'master' into version-props
|
2017-03-23 13:59:47 -07:00 |
|
Nick Guerrera
|
15f171a5d7
|
Add back extra test check on value of explicit version
|
2017-03-23 13:16:54 -07:00 |
|
Livar
|
960b3808ee
|
Merge pull request #6115 from jonsequitur/adaptive-help-spacing
Adaptive help spacing
|
2017-03-23 13:13:49 -07:00 |
|
Nick Guerrera
|
c00e84dd9b
|
Fix test issue vs. case sensitive file systems
|
2017-03-23 12:58:23 -07:00 |
|
Nick Guerrera
|
b4e21df424
|
Add test coverage for bundled version props
|
2017-03-23 12:20:52 -07:00 |
|
jonsequitur
|
149f292b6a
|
check for help in DotNetTopLevelCommandBase
|
2017-03-23 08:15:41 -07:00 |
|
jonsequitur
|
4a2c3932e7
|
new parser version, adjust column spacing in tests
|
2017-03-22 15:26:58 -07:00 |
|
jonsequitur
|
055523770a
|
update CliCommandLineParser version
|
2017-03-22 13:51:09 -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
|
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 |
|
Eric Erhardt
|
5194735e27
|
Disable cli tool tests on linux-x64 that require netcoreapp1.1.
|
2017-03-20 21:39:15 -05:00 |
|
Jon Sequeira
|
3c90711938
|
remove console output
|
2017-03-20 13:45:37 -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 |
|
Jon Sequeira
|
800f19dfdc
|
use muxer in TestCommand
|
2017-03-19 20:28:38 -07:00 |
|
Jon Sequeira
|
1006b30f99
|
user muxer path in ArgumentForwardingTests
|
2017-03-19 19:16:27 -07:00 |
|
jonsequitur
|
c85492bd48
|
merge master
|
2017-03-19 17:09:05 -07:00 |
|
Jon Sequeira
|
43c13f2f53
|
move parse result validation to CommandBase to allow custom messages
|
2017-03-19 14:30:43 -07:00 |
|
Jon Sequeira
|
e0ca794ed5
|
compare effective rather than literal path
|
2017-03-19 13:02:34 -07:00 |
|
Livar Cunha
|
ec7c81ea84
|
Disabling intermittent test and fixing assets for windows only tests.
|
2017-03-17 20:32:52 -07:00 |
|
Livar Cunha
|
69ce37d1eb
|
Added a comment for the bug tracking enabling F# in the 2.0 CLI.
|
2017-03-17 20:32:51 -07:00 |
|
Livar Cunha
|
bb178a5133
|
Updated tests to the new appropriate TFM 1.1, since we need a shared runtime besides 2.0 in the new distros. Once we have vstest for 2.0 then we won't need it anymore.
|
2017-03-17 20:32:51 -07:00 |
|
jonsequitur
|
de6a4bd022
|
fix a few tests, revert one change
|
2017-03-16 23:15:45 -07:00 |
|
Jon Sequeira
|
4d4ebf9d3a
|
put colon back into logger parameter
|
2017-03-16 17:05:18 -07:00 |
|
jonsequitur
|
e5d7fb8236
|
change test's expected text
|
2017-03-16 13:34:12 -07:00 |
|
jonsequitur
|
973021b214
|
publish, cache, text fixes; rename ForwardAs and introduce ForwardAsMany
|
2017-03-16 13:22:08 -07:00 |
|
jonsequitur
|
8aa702dc97
|
text fixes for dotnet remove
|
2017-03-16 10:46:08 -07:00 |
|
jonsequitur
|
9c2e8f0037
|
text fixes, remove file existence validations from parse
|
2017-03-16 09:49:07 -07:00 |
|
jonsequitur
|
9318e8f10d
|
Merge branch 'tab-completion' of https://github.com/jonsequitur/cli into tab-completion
|
2017-03-16 08:32:43 -07:00 |
|
jonsequitur
|
3c8f330930
|
update parser
|
2017-03-16 08:31:15 -07:00 |
|
Piotr Puszkiewicz
|
9d2d633d1c
|
Move remaining TestCommand("dotnet") to DotnetCommand
|
2017-03-16 01:31:16 -07:00 |
|
Livar
|
d347e2781d
|
Merge pull request #5922 from blackdwarf/helpadd
Add dotnet help <verb> support
|
2017-03-15 22:00:00 -07:00 |
|
Jon Sequeira
|
69ba7095e5
|
update parser
|
2017-03-15 20:33:22 -07:00 |
|