Commit graph

6511 commits

Author SHA1 Message Date
Livar
9a80d37185 Merge pull request #6640 from livarcocc/port_first_run_fix
Dropping a global.json when running the first run experience.
2017-05-22 11:34:45 -07:00
Rainer Sigwald
a3dbfa47c9 Revert "Disabling the VB tests in non-windows platforms while MSBuild fixes a bug that we need for cross-plat."
This reverts commit a4c3e69c3c.

This should work since 28e25657cb picked
up the fix for Microsoft/msbuild#137.
2017-05-22 13:06:34 -05:00
Livar
52a0addbd3 Merge pull request #6656 from jonsequitur/fix-command-names-in-dev-guide
fix command names
2017-05-22 10:28:58 -07:00
Livar
bd50f816df Merge pull request #6644 from livarcocc/update_msbuild
Updating msbuild to 15.3.0-preview-000246-05.
2017-05-22 09:51:49 -07:00
Livar Cunha
822b290bb6 Updating the global.json creation to use the IFile interface and adding a unit test to cover it. 2017-05-22 09:51:30 -07:00
Livar Cunha
f67a72d9c4 Making restore use a config file so that it does not use fallback folders that may exist in the machine. 2017-05-22 09:42:40 -07:00
Livar
9b9030a180 Merge pull request #6655 from seanshpark/fixdisklayout
Fix tab/space mixed indentation of Layout of disk
2017-05-22 09:40:34 -07:00
jonsequitur
628743a235 fix command names 2017-05-22 07:46:54 -07:00
SaeHie Park
31467e681e Fix tab/space mixed indentation of Layout of disk
Documentation/specs/cli-installation-scenarios.md has mixed tab/space
indentation for `Layout on disk` section and shows incorrect layout.
2017-05-22 21:09:00 +09:00
Livar
f3719953e8 Merge branch 'master' into update_msbuild 2017-05-20 21:44:47 -07:00
Livar
0ddccc2922 Merge pull request #6638 from nguerrera/update-xlf
Run xlf converter
2017-05-20 21:41:46 -07:00
Kevin Ransom (msft)
cf9967bcd2 Add fsc to distribution (#6508)
* Add fsc to distribution

* update package

* Update compiler version

* I'm not sure these do anything usefull

* Reenable f# new project tests

* Revert "Reenable f# new project tests"

This reverts commit 34d294ec8c42145cf8cf0af166f9dfc8ee51b6f8.

* merge

* Update fsharp version

* Update compiler version

* Review feedback

* review feedback

* Update DependencyVersions.props
2017-05-19 23:20:19 -07:00
Livar Cunha
a4213f78e0 Adding more tests for the min version check in the resolver. 2017-05-19 22:40:11 -07:00
Livar Cunha
f61d1ffbb0 Adding a check for the min version in the CLI Resolver. 2017-05-19 21:42:05 -07:00
Livar
947c8daabc Merge pull request #6462 from nguerrera/sdk-resolver-tests
Better sdk resolver test
2017-05-19 21:40:56 -07:00
Livar
29223f4721 Merge pull request #6632 from dotnet/websdk_Update_10
Updating the websdk version for 1.0
2017-05-19 21:00:12 -07:00
Livar Cunha
28e25657cb Updating msbuild to 15.3.0-preview-000246-05. 2017-05-19 20:59:07 -07:00
Livar
6a1c420099 Merge pull request #6634 from Mardoxx/patch-1
Minor text fixes for ko
2017-05-19 16:18:44 -07:00
Livar Cunha
fd953738f0 Dropping a global.json when running the first run experience with a version that matches the version of the CLI being used in the command that triggered the first run. 2017-05-19 15:09:06 -07:00
Livar
cbe1f3f463 Merge pull request #6626 from dotnet/websdk0518
Updating the websdk version to 2.0.0-rel-20170518-503
2017-05-19 14:53:20 -07:00
Nick Guerrera
fca4162c10 Run xlf converter 2017-05-19 13:37:13 -07:00
Eric Erhardt
f7ff32a18c Merge pull request #6582 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview2-25317-03 (master)
2017-05-19 09:21:40 -05:00
Mardoxx
d019c19c3a Minor text fixes
NET Core -> .NET Core
2017-05-19 14:59:34 +01:00
Vijay Ramakrishnan
ed9ff8db0d Merge branch 'release/2.0.0' into websdk0518 2017-05-18 22:40:53 -07:00
Vijay Ramakrishnan
846990c7cc Updating the version 2017-05-18 22:37:39 -07:00
Livar
c42761dead Merge pull request #6629 from mlorbetske/dev/mlorbe/UpdateTemplates
Update template engine
2017-05-18 21:35:21 -07:00
William Lee
4701bcb768 Produce Debian 8 native package (#6604)
* Produce Debian 8 native package

Since Debian is a branch from Ubuntu threat them the same

Tested on Debian 8 VM

* fix file path

* Fix name field in Publish Deb packages

* publish debian 8 native to Azure
2017-05-18 21:33:47 -07:00
mlorbetske
fb1f98ba79 Rollback changes to NuGet feeds for the packages 2017-05-18 20:46:58 -07:00
mlorbetske
15abd5109e Rollback update to package versions 2017-05-18 20:44:38 -07:00
Vijay Ramakrishnan
c02df73466 Updating the websdk version for 1.0 2017-05-18 19:37:39 -07:00
Eric Erhardt
8c1dacbe23 Merge pull request #6631 from eerhardt/StoreOptions
Fix dotnet store options
2017-05-18 21:23:47 -05:00
Eric Erhardt
403b9717ae Update Core-Setup to 2.0.0-preview2-25319-02 2017-05-18 20:54:31 -05:00
William Li
88b2e06dd1 Merged host and SDK help
Change help according to https://github.com/dotnet/cli/issues/6215
2017-05-18 18:12:04 -07:00
Eric Erhardt
6ba3fbf5be Fix tests now that --preserve-working-dir is no longer an option. 2017-05-18 19:36:28 -05:00
Eric Erhardt
b44bce5786 Fix dotnet store options
- remove configuration
- remove preserve-working-dir
- add skip-symbols

Fix #6488
Fix #6489
Fix #6490
2017-05-18 18:23:54 -05:00
Livar
6647eddf24 Merge pull request #6627 from livarcocc/fix_restore_verbosity
Fixing restore so that it respects the verbosity param.
2017-05-18 15:39:05 -07:00
Mike Lorbetske
77bdf5f7ee Update to SetupCrossgen dev-119 - Coherence 25098 2017-05-18 14:53:52 -07:00
Livar Cunha
357fd3daf1 Fixing restore so that it respects the verbosity param. The problem was that ConsoleLoggerParameters was overwritting whatever was coming through the command line. 2017-05-18 14:13:01 -07:00
Livar
5407db04e4 Merge pull request #6623 from livarcocc/fix_runnable_message
Slight improvement to the not runnable message.
2017-05-18 11:56:23 -07:00
Livar
68246a46fa Merge pull request #6602 from livarcocc/json_perf_improvements
Improve Json perf by using JObject.Load.
2017-05-18 11:55:47 -07:00
Livar
77177ca228 Merge pull request #6622 from livarcocc/add_vb
Enabling VB in the CLI.
2017-05-18 11:42:20 -07:00
Vijay Ramakrishnan
b3ba4eaac6 Updating the websdk version to 2.0.0-rel-20170518-503 2017-05-18 11:32:33 -07:00
Livar
21036d29cc Merge pull request #6620 from livarcocc/update_branding_for_rel_110
Updating the branding to rel/1.1.0
2017-05-18 11:14:58 -07:00
Livar Cunha
cfd72bc1d0 Slight improvement to the not runnable message. 2017-05-18 11:14:38 -07:00
Livar
38ac23830e Merge pull request #6624 from Faizan2304/vstestnewbits
Insert new bits of testplatform.
2017-05-18 10:45:02 -07:00
Livar Cunha
a4c3e69c3c Disabling the VB tests in non-windows platforms while MSBuild fixes a bug that we need for cross-plat. 2017-05-18 10:09:36 -07:00
Livar Cunha
9952f2fd68 Addressing code review comments by using Streams instead of ing the contents into a string. 2017-05-18 10:07:19 -07:00
Livar Cunha
2c24c622ec Trying to fix the opensuse42 test failure, where we tried to invoke a tool that target 1.0.4 where the 1.0 runtime is not available. 2017-05-18 09:10:06 -07:00
faahmad
3d80c0f22a Insert new bits of testplatform. 2017-05-18 11:40:12 +05:30
Livar Cunha
38fc8875f2 Enabling VB in the CLI.
Fixing the permissions for RunVbc.sh.
2017-05-17 22:16:22 -07:00