Commit graph

8376 commits

Author SHA1 Message Date
Nick Guerrera
f46ca67192
Merge pull request #8664 from v-zbsail/loc_20180220_master
LOC CHECKIN | cli master | 20180222
2018-02-23 10:07:15 -08:00
Nick Guerrera
49f03538ba Fix loc test by using straight quotes 2018-02-22 17:49:15 -08:00
Nick Guerrera
8a1ff2eac0 Merge branch 'master' into loc_20180220_master 2018-02-22 16:02:54 -08:00
Nate McMaster
d38362835d Bundle dotnet-sql-cache and dotnet-user-secrets in the CLI 2018-02-22 12:07:54 -08:00
Pranav K
94fd3fd392
Update AspNetCore versions
Update AspNetCore and Razor Sdk version to 2.1.0-preview2-30169
2018-02-22 11:54:25 -08:00
Pranav K
d5169549fc
Also update Microsoft.AspNetCore.App 2018-02-22 10:03:32 -08:00
Zbyněk Sailer
3c2c956670 LOC CHECKIN | cli master | 20180222 2018-02-22 17:07:50 +01:00
Pranav K
c210f7c360 Update Razor Sdk version to 2.1.0-preview2-30169 2018-02-22 07:10:45 -08:00
Nick Guerrera
b9e74c6520
Merge pull request #8660 from nguerrera/trigger-build
Trigger build with unambiguous commit height
2018-02-21 18:04:22 -08:00
Nick Guerrera
175dca1dfc
Merge pull request #8654 from dotnet/merges/release/2.1.3xx-to-master
Merge release/2.1.3xx to master
2018-02-21 16:55:17 -08:00
Nick Guerrera
da1505ddd6
Update branding to 2.1.200 (#8658) 2018-02-21 16:53:23 -08:00
Nick Guerrera
47ded461b6
Merge branch 'master' into merges/release/2.1.3xx-to-master 2018-02-21 15:58:55 -08:00
Nick Guerrera
d3c700130c
Merge branch 'release/2.1.3xx' into merges/release/2.1.2xx-to-release/2.1.3xx 2018-02-21 15:57:34 -08:00
vramak
60651922bb Update the WebSdk Version to 2.0.0-rel-20180221-676 2018-02-21 14:16:54 -08:00
Nick Guerrera
fa9ecf5483 (empty commit) 2018-02-21 14:10:20 -08:00
Nick Guerrera
bc712af451 (empty commit) 2018-02-21 14:10:18 -08:00
Nick Guerrera
0d8fbccb98 (empty commit) 2018-02-21 14:10:15 -08:00
Nick Guerrera
8e9be230c0 (empty commit) 2018-02-21 14:10:10 -08:00
Nick Guerrera
b2d02701c6 (empty commit) 2018-02-21 14:10:07 -08:00
Nick Guerrera
f1c16b69c9 (empty commit) 2018-02-21 14:10:06 -08:00
Nick Guerrera
9602002483 (empty commit) 2018-02-21 14:10:05 -08:00
Nick Guerrera
3dfe29fe7a (empty commit) 2018-02-21 14:10:04 -08:00
Nick Guerrera
c2c673a114 (empty commit) 2018-02-21 14:10:02 -08:00
Nick Guerrera
ba3e79f8ac (empty commit) 2018-02-21 14:09:57 -08:00
Nick Guerrera
cba84e1781 (empty commit) 2018-02-21 14:09:52 -08:00
vramak
47d0d07fb8 Updating the WebSdk version to 2.1.300-preview2-20180221-1406058 2018-02-21 11:27:58 -08:00
Nick Guerrera
b8df89a54f
Sign the MSBuildSdkResolver dll in standard nupkg (#8648)
We were only signing the copy in the msbuild extensions layout for the
VS insertion package, but not the x-plat nupkg we produced for VS Code.
2018-02-21 08:08:16 -08:00
John Beisner
9ef22b0f4f
Tag non-shipping nupkg as 'NonShipping=true' in the manifest. (#8647)
* Tag non-shipping nupkg as 'NonShipping=true' in the manifest.

* Simplifying the NuPkg publish.

* Fixing a typo...

* Changes per code review...
2018-02-20 18:48:01 -08:00
Nick Guerrera
98f3e69603
Merge pull request #8643 from dotnet/merges/release/2.1.3xx-to-master
Merge release/2.1.3xx to master
2018-02-20 17:23:51 -08:00
Nick Guerrera
6cfa44d8e4
Merge pull request #8642 from dotnet/merges/release/2.1.2xx-to-release/2.1.3xx
Merge release/2.1.2xx to release/2.1.3xx
2018-02-20 17:23:19 -08:00
Nick Guerrera
78503f2f36 Set README.md links to master branch 2018-02-20 16:26:45 -08:00
Nick Guerrera
481a8146e2
Merge branch 'release/2.1.3xx' into merges/release/2.1.2xx-to-release/2.1.3xx 2018-02-20 16:10:04 -08:00
Nick Guerrera
618650adec
Merge pull request #8641 from dotnet/merges/release/2.1.1xx-to-release/2.1.2xx
Merge release/2.1.1xx to release/2.1.2xx
2018-02-20 16:06:43 -08:00
Nick Guerrera
7ba0ded366
Merge branch 'master' into merges/release/2.1.3xx-to-master 2018-02-20 16:04:32 -08:00
Peter Huene
7177792e1a
Merge pull request #8615 from peterhuene/uninstall-command
Implement uninstall tool command.
2018-02-20 10:34:33 -08:00
Peter Huene
aab9af71b8
Implement uninstall tool command.
This commit implements the `uninstall tool` command.

The `uninstall tool` command is responsible for uninstalling global tools that
are installed with the `install tool` command.

This commit heavily refactors the ToolPackage and ShellShim namespaces to
better support the operations required for the uninstall command.

Several string resources have been updated to be more informative or to correct
oddly structured sentences.

This commit also fixes `--version` on the install command not supporting ranges
and wildcards.

Fixes #8549.

Issue #8485 is partially fixed by this commit (`--prerelease` is not yet
implemented).
2018-02-19 22:46:16 -08:00
Livar
08d21683d6
Merge pull request #8638 from dotnet/update_sdk
Update SDK to 2.1.100-preview-62617-01
2018-02-16 21:55:18 -08:00
Livar
51469d6253
Update SDK to 2.1.100-preview-62617-01 2018-02-16 21:13:41 -08:00
Livar
cbdaf6bb8d
Merge pull request #8634 from dotnet/nuget.client.release-4927-1-3
Insert NuGet Build 4.7.0-preview1-4927 into cli
2018-02-16 20:40:38 -08:00
Livar
787bee7ad3
Merge pull request #8635 from dotnet/prkrishn/update-versions
Update versions of Web and Razor Sdk
2018-02-16 20:40:14 -08:00
Matt Mitchell
ce0a1e05e4
Merge pull request #8637 from mmitche/fix-tests-in-asp
Use correct download location for aspnetcore assets during tests
2018-02-16 20:12:55 -08:00
Matt Mitchell
a2950cc6cf Use correct download location for aspnetcore assets during tests 2018-02-16 20:10:18 -08:00
Pranav K
1e9f85d35a Update versions of Web and Razor Sdk 2018-02-16 18:06:47 -08:00
NuGet Team Bot
29ce191177 Insert NuGet Build 4.7.0-preview1-4927 into cli 2018-02-16 14:13:05 -08:00
William Lee
08f050c012
bundled DotnetTool (#8606)
Extract packages to DotnetTools folder under sdk/{version}

Add new resolver to discover it

Add test to enforce package structure. It will fail when the structure
changed
2018-02-16 13:32:29 -08:00
Livar
e5a00a8c24
Merge pull request #8628 from dotnet/merges/release/2.1.2xx-to-release/2.1.3xx
Merge release/2.1.2xx to release/2.1.3xx
2018-02-16 10:40:32 -08:00
Livar
f86ea50075
Merge pull request #8626 from livarcocc/retarget_roslyn
Stop re-targeting Roslyn to the CLI runtime.
2018-02-16 10:40:02 -08:00
Livar
6023fa4506
Merge branch 'release/2.1.3xx' into merges/release/2.1.2xx-to-release/2.1.3xx 2018-02-16 09:31:09 -08:00
Livar
8fe964e05c
Merge pull request #8627 from dotnet/merges/release/2.1.1xx-to-release/2.1.2xx
Merge release/2.1.1xx to release/2.1.2xx
2018-02-16 09:14:04 -08:00
Matt Mitchell
1aa9c3da62 Correct download location for nuget package archive (#8631) 2018-02-16 08:57:06 -08:00