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
Eric Erhardt
1ff379a36c
Merge pull request #6065 from omajid/dotnet-install-consistency
...
Fix path printed in help for dotnet-install
2017-03-18 09:39:01 -05:00
Livar
bd0c1f5c15
Merge pull request #6062 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to beta-001791 (master)
2017-03-17 20:38:01 -07:00
Omair Majid
4b233bdf82
Fix path printed in help for dotnet-install
...
The script does not install to /usr/local/share/. It instead installs to
$HOME/.dotnet. Fix the doc text.
Also fix the names in code that incorrectly talk about /usr/local/share.
2017-03-17 22:06:16 -04:00
Omair Majid
df98363da4
Remove --linux-portable from dotnet-install.sh
...
It duplicates functionality achieved by using `--runtime-id linux-x64`.
Remove it and fix callers.
Keep the the --linux-portable flag in the build scripts; that now calls
--runtime-id linux-x64 in the install script.
2017-03-17 20:27:02 -04:00
dotnet-bot
1a767d4238
Update CoreSetup to beta-001791
2017-03-17 20:56:42 +00:00
Livar
1574349a59
Merge pull request #5875 from dotnet/mairaw-patch-1
...
Fix misleading string for dotnet add package
2017-03-16 19:55:33 -07:00
Livar
e667323879
Merge pull request #6055 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to beta-001783 (master)
2017-03-16 19:53:48 -07:00
dotnet-bot
7cdef98e18
Update CoreSetup to beta-001783
2017-03-17 01:32:18 +00:00
Maira Wenzel
1ee9529203
reverted SpecifyExactlyOnePackageReference string
2017-03-16 16:10:48 -07:00
Livar
f8c3c4a030
Merge pull request #6003 from karajas/allowBootstrapConfig
...
Allow bootstrap directory and nuget packages to be configured
2017-03-16 14:59:44 -07:00
Livar
5476ad9cf8
Merge pull request #6053 from smadala/tp-redist-02
...
Netcoreapp2.0 targetted TestPlatform
2017-03-16 14:56:23 -07:00
Karthik Rajasekaran
54df3398ea
Allow nuget packages to be configured
2017-03-16 12:47:02 -07:00
Satya Madala
1f886632f2
remove NetCore10Assemblies renaming back
2017-03-17 00:20:40 +05:30
Satya Madala
21ae26afb7
Update vstest public feed
2017-03-17 00:14:45 +05:30
Maira Wenzel
9b06921b75
addressed feedback
2017-03-16 10:59:33 -07:00
Satya Madala
d42602e377
add Testplatform netcore2.0 targetted and vstest myget feed
2017-03-16 23:19:12 +05:30
Satya Madala
d95f599028
Remove unavailable netcore10 assemblies
2017-03-16 21:58:49 +05:30
Livar
0ac3b26a23
Merge pull request #6050 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to beta-001776 (master)
2017-03-15 22:04:05 -07:00
Livar
d347e2781d
Merge pull request #5922 from blackdwarf/helpadd
...
Add dotnet help <verb> support
2017-03-15 22:00:00 -07:00
dotnet-bot
ff27937d73
Update CoreSetup to beta-001776
2017-03-16 00:55:37 +00: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
Maira Wenzel
f062da0652
updated test to use new string
2017-03-15 02:48:05 -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
Karthik Rajasekaran
ed145b37a6
Allow bootstrap directory to be configured
2017-03-10 17:46:12 -08: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