Piotr Puszkiewicz
482f1b555b
missing peren
2017-03-10 10:43:01 -08:00
Piotr Puszkiewicz
3ff16d9b66
Merge remote-tracking branch 'jonsequitur/tab-completion' into tab-completion
2017-03-10 10:34:27 -08:00
Piotr Puszkiewicz
1f5be51955
relocate suggest.cs
2017-03-10 10:17:10 -08:00
Piotr Puszkiewicz
940dd6863a
move dotnet-run
2017-03-10 10:13:11 -08:00
Piotr Puszkiewicz
a751673172
Fix test bugs
2017-03-10 10:12:37 -08:00
Piotr Puszkiewicz
9a1483d3b6
Fix tests
2017-03-10 09:08:25 -08:00
Piotr Puszkiewicz
071f4dc697
Convert Run
2017-03-10 09:08:01 -08:00
Piotr Puszkiewicz
4149150acc
Resolve Parser ambiguity
2017-03-10 01:13:13 -08:00
Piotr Puszkiewicz
120d28a78d
Migrate dotnet-pack
2017-03-10 01:11:16 -08:00
Piotr Puszkiewicz
4912e4aa6c
Fix naming of BuildCommand.cs
2017-03-10 01:11:07 -08:00
Piotr Puszkiewicz
92245e4523
Centralize VersionSuffixOption
2017-03-10 01:10:23 -08:00
Piotr Puszkiewicz
dc72b7ce92
Fix Clean ordering
2017-03-10 01:08:19 -08:00
Piotr Puszkiewicz
6429574fff
Fix verbosity tests
2017-03-10 01:08:07 -08:00
Piotr Puszkiewicz
fd6d499ba6
dotnet-migrate
2017-03-09 18:45:11 -08:00
Piotr Puszkiewicz
ba50d619d8
Build fixes for clean & build
2017-03-09 18:44:48 -08:00
jonsequitur
58bf70a476
merge
2017-03-09 18:36:05 -08:00
Piotr Puszkiewicz
706e34ad47
Cache
2017-03-09 18:16:26 -08:00
Piotr Puszkiewicz
ca9268c504
Clean
2017-03-09 18:16:20 -08:00
Piotr Puszkiewicz
c68aba4f63
Test Fix
2017-03-09 17:52:17 -08:00
Piotr Puszkiewicz
bbc23af138
Fix failing Cache tests
2017-03-09 17:20:00 -08:00
Zlatko Knezevic
09b6be5990
Cleaning up the documentation folder ( #5928 )
...
* Cleaning up the documentation folder
This change cleans up the documentation folder in the CLI repo. The
changes are the following:
* Delete old content that is invalid moving forward.
* Move cli-installation-scenarios to the `specs` sub-folder.
* Add a sub-folder for documentation that deals with working with the repo
* Add a general sub-folder
* Finally, change the README.md to reflect this.
Also, this change adds a document that covers CLI UX guidelines for
authors of new commands.
* Firt round of PR feedback changes
2017-03-09 17:09:59 -08:00
Piotr Puszkiewicz
03544ad0cd
Build Unit Tests
2017-03-09 16:39:49 -08:00
Piotr Puszkiewicz
cb19d357d6
Build issues
2017-03-09 16:17:15 -08:00
Piotr Puszkiewicz
1c25a17e03
, -> ;
2017-03-09 16:13:19 -08:00
Piotr Puszkiewicz
e0da3090e6
Initial Cache parser
2017-03-09 16:12:08 -08:00
Piotr Puszkiewicz
3ebdf2909d
TFM, RID, Config as CommonOptions
2017-03-09 16:11:58 -08:00
Justin Goshi
890676ad87
Update the readme to include the linux build ( #5987 )
...
* Update the readme to include the linux build
* Address PR comments
2017-03-09 13:48:29 -10:00
Piotr Puszkiewicz
1dc7309bec
Merge pull request #5985 from piotrpMSFT/piotrpMSFT/infra/TestInvokingCLI
...
Force integration tests to execute tests against invoking CLI, ignoring PATh
2017-03-09 14:49:23 -08:00
Piotr Puszkiewicz
30e856a365
zeroormore
2017-03-09 14:47:02 -08:00
Piotr Puszkiewicz
ae152503aa
port build command
2017-03-09 14:36:31 -08:00
Justin Goshi
c35dbd9563
Migration of xproj with name different from folder leaves ref to old project in solution ( #5958 )
...
* WIP trying to remove unused xproj files
* Use relative path
* Add a test
* Fix a few test failures
* Fix path issue
* Address PR Comments
2017-03-09 12:17:18 -10:00
Jon Sequeira
ee2b8f2efa
add diag to VerbosityOption
2017-03-09 13:57:37 -08:00
Piotr Puszkiewicz
b7ce0293a1
Remove duplicate diagnostics
2017-03-09 13:37:17 -08:00
Piotr Puszkiewicz
f6f43f6aa2
Find dotnet under tests from the dotnet executing the test
2017-03-09 13:31:04 -08:00
Jon Sequeira
ea899f236e
fix publish parser args validation
2017-03-09 13:19:46 -08:00
Jon Sequeira
46b799af01
trigger help display using HelpException
2017-03-09 12:31:34 -08:00
jonsequitur
ea308e9b59
temporarily skip extra args help text tests
2017-03-09 12:19:27 -08:00
Justin Goshi
3a58cac351
Linux portable builds currently do not run tests ( #5983 )
2017-03-09 10:06:22 -10:00
Justin Goshi
663df18046
Unpin stage0 version now that we build the linux portable ( #5981 )
2017-03-09 09:29:07 -10:00
Justin Goshi
3eed692185
Change the Build name for the Linux portable ( #5980 )
...
* Change the Build name for the Linux portable
* Update variable names
2017-03-09 09:02:14 -10:00
Jon Sequeira
998ac9c3eb
ParseCommand
2017-03-09 10:53:17 -08:00
Jon Sequeira
4284c4e363
small change to arg forwarding methods, test fixes
2017-03-09 09:14:55 -08:00
Justin Goshi
132b175395
Add new badge for linux_x64 ( #5968 )
2017-03-09 07:08:49 -10:00
jonsequitur
0b94c979db
publish using new parser, rename ArgsToBeForwarded
2017-03-09 07:35:06 -08:00
Eric Erhardt
81c2d4605e
Merge pull request #5957 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to beta-001697 (master)
2017-03-08 22:05:32 -06:00
Livar
2e70b80423
Merge pull request #5969 from dotnet/dev/jgoshi/fixNetCiGroovy
...
Fix netci.groovy
2017-03-08 19:34:14 -08:00
jonsequitur
1a0ba24883
publish command using new parser
2017-03-08 17:53:07 -08:00
Justin Goshi
9cf9d1a2b5
Fix netci.groovy
2017-03-08 17:30:47 -08:00
Justin Goshi
5cc689d07b
Add CI support for the Linux Portable build ( #5872 )
...
* WIP attempt to use the Linux RID
* Pass the --linux-portable parameter
2017-03-08 14:14:43 -10:00
Eric Erhardt
5a5dfecad7
Merge pull request #5966 from ramarag/displayerror
...
display exception as error
2017-03-08 18:07:33 -06:00