Commit graph

5438 commits

Author SHA1 Message Date
Livar
d347e2781d Merge pull request #5922 from blackdwarf/helpadd
Add dotnet help <verb> support
2017-03-15 22:00:00 -07:00
blackdwarf
f6ba5c4f34 Fixing failing test 2017-03-15 17:00:52 -07:00
Livar
99f87af648 Merge pull request #6045 from nguerrera/bypass-posh-policy
Bypass powershell execution policy
2017-03-15 16:53:18 -07:00
Nick Guerrera
6179028c53 Bypass powershell execution policy 2017-03-15 14:01:27 -07:00
blackdwarf
30a872bd80 Responding to PR feedback 2017-03-15 09:51:07 -07:00
Zlatko Knezevic
d251734170 Responding to PR feedback 2017-03-15 09:37:28 -07:00
Livar
9d805694a3 Merge pull request #6017 from foresterre/correct-documentation-links
Fix broken links from #5928 in the documentation.
2017-03-14 20:35:03 -07:00
Livar
3103259d9f Merge pull request #6039 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to beta-001763 (master)
2017-03-14 20:31:14 -07:00
Livar
af443e727b Merge pull request #6037 from omajid/obtain-cli-rid
Add --runtime-id flag to dotnet-install.sh
2017-03-14 20:31:01 -07:00
Livar
ee9ba91e85 Merge pull request #6030 from nj/readme_environment_var
Change name for DOTNET_PACKAGES to NUGET_PACKAGES
2017-03-14 18:19:41 -07:00
dotnet-bot
8236618e42 Update CoreSetup to beta-001763 2017-03-15 00:28:21 +00:00
Omair Majid
46a1d6f41e Add --runtime-id flag to dotnet-install.sh
This lets us specify the runtime id of the desired .NET Core SDK on the
command line. This makes it easier to get the SDK for the desired
runtime without having to modify the install script for new runtimes
unsupported by the current version of this script.
2017-03-14 17:52:57 -04:00
Livar
19aa22bdca Merge pull request #6027 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to beta-001747 (master)
2017-03-14 09:20:23 -07:00
Livar
82c928e1ec Merge pull request #6021 from v-zbsail/localization
LOC CHECKIN | dotnet/cli | 20170313 | bugfix
2017-03-14 09:10:31 -07:00
Nikolaj Jørgensen
cacd52fdbb Change name for DOTNET_PACKAGES to NUGET_PACKAGES
README was never updated in #817, making it show an obsolete variable.

This reflects the name used in the current code
2017-03-14 10:55:29 +01:00
dotnet-bot
3fd60e911f Update CoreSetup to beta-001747 2017-03-14 04:59:57 +00:00
Zlatko Knezevic
36e3d5d2f9 Removing locale from the commented links 2017-03-13 20:56:42 -07:00
Eric Erhardt
31f1d4ed6e Merge pull request #6024 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to beta-001745 (master)
2017-03-13 22:31:29 -05:00
Zlatko Knezevic
fa98674954 Responding to PR feedback 2017-03-13 19:42:30 -07:00
dotnet-bot
5ac4287d5c Update CoreSetup to beta-001745 2017-03-13 18:04:55 +00:00
Zbyněk Sailer
ddd27248b1 LOC CHECKIN | dotnet/cli | 20170313 | bugfix 2017-03-13 14:24:31 +01:00
foresterre
804f39e034 Fix broken links from #5928 in the documentation. 2017-03-12 19:46:28 +01:00
Eric Erhardt
01e7bfde74 Merge pull request #5999 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to beta-001737 (master)
2017-03-11 14:34:28 -06:00
Eric Erhardt
8ab8bb9bd0 Merge pull request #6004 from eerhardt/RemoveUnusedStrings
Remove unused constants.
2017-03-10 19:57:57 -06:00
Eric Erhardt
b019f4e53d Remove unused constants.
These strings were used in the project.json days, but are no longer used.
2017-03-10 17:35:17 -06:00
dotnet-bot
4a57564f08 Update CoreSetup to beta-001737 2017-03-10 20:44:00 +00:00
Eric Erhardt
7a5942939f Merge pull request #5997 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to beta-001728 (master)
2017-03-10 11:15:47 -06:00
dotnet-bot
5430d155cc Update CoreSetup to beta-001728 2017-03-10 16:37:40 +00:00
Livar
374f9ebcee Merge pull request #5979 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to beta-001711 (master)
2017-03-09 18:42:08 -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
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
Eric Erhardt
35e3d69a2f Update ProjectJsonMigration's Roslyn
Now that Roslyn is no longer in the Shared Framework, it doesn't make sense to keep using 1.3.0.  Instead, we should use the same Roslyn version that we use for csc.
2017-03-09 16:35:08 -06:00
Eric Erhardt
43263cc9c3 Add logging for publishing src\redist.csproj 2017-03-09 16:30:29 -06: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
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
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
dotnet-bot
86f539e420 Update CoreSetup to beta-001711 2017-03-09 19:21:49 +00: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
Justin Goshi
132b175395 Add new badge for linux_x64 (#5968) 2017-03-09 07:08:49 -10: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
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
Justin Goshi
113924eebd Add support to build linux portable (#5938)
* Add support to build with the linux portable

* Pass targets to run for the linux portable

* Address PR comments

* Update the bootstrapper version

* Address the PR comments for improving the help text

* Fixing permissions
2017-03-08 13:37:06 -10:00
Rama Krishnan Raghupathy
7e0010c57f display exception as error 2017-03-08 15:12:50 -08:00
Eric Erhardt
2a382c9997 Merge pull request #5960 from dotnet/dev/jgoshi/enableSlnBuildingTests
Re-enable solution building tests
2017-03-08 14:51:46 -06:00