Commit graph

7868 commits

Author SHA1 Message Date
Livar
037d2e043b
Merge pull request #8127 from eerhardt/CrossGenSdk-master
Crossgen the Sdks directory.
2017-11-28 22:13:54 -08:00
Livar
099ccf5b98
Merge pull request #8128 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-25929-01 (master)
2017-11-28 22:13:07 -08:00
dotnet-bot
ed61cab7b6 Update CoreSetup to preview1-25929-01 2017-11-29 05:09:16 +00:00
Eric Erhardt
479a3f2d71 Crossgen the Sdks directory. 2017-11-28 21:16:02 -06:00
John Beisner
76dc4a510e The modification to build.cmd did not have the desired effect. 2017-11-28 19:00:51 -08:00
John Beisner
ae5e396f94 Handling the possible semi-colon(s) in the property parameters. 2017-11-28 17:39:35 -08:00
John Beisner
57a2ccfb2c Changes per code review... 2017-11-28 17:12:44 -08:00
Livar
a5cb7f38a4
Merge pull request #8109 from livarcocc/update_branding_to_2_1_2_and_take_2_0_4_runtime
Updating the CLI branding to 2.1.3 and ingesting the 2.0.4 runtime.
2017-11-28 16:13:27 -08:00
Peter Huene
56d54a5a19 Remove extraneous colon from "additional arguments" header.
This commit removes an extraneous colon from the "additional arguments"
header for commands like `dotnet run`.
2017-11-28 16:01:18 -08:00
Peter Huene
4f7c76b4e4 Make --no-build imply --no-restore for run command.
This commit makes the `--no-build` option for the run command
automatically imply `--no-restore`.

Fixes issue #7472.
2017-11-28 16:01:18 -08:00
Peter Huene
ea85555a97 Add verbosity option to run command.
This commit adds the verbosity option to the run command.

This will be used in tests for visibility into what the run command is
doing.

The default verbosity is unaffected.

Fixes issue #7932.
2017-11-28 16:00:36 -08:00
Livar
e8641a05c0
Merge pull request #8121 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-25928-05 (master)
2017-11-28 14:49:38 -08:00
Livar
5695315371
Merge pull request #8124 from livarcocc/update_branding_to_212
Updating the branding of the CLI to 2.1.2
2017-11-28 14:29:21 -08:00
Nate McMaster
9a8316cd12 Always append feed_credential to URIs in dotnet-install.{sh,ps1} 2017-11-28 14:23:30 -08:00
Nate McMaster
fd04fdd5f2 Add parameter to dotnet-install to support pulling from private blob feeds 2017-11-28 13:32:32 -08:00
Nate McMaster
3444301dc7 Pipe ldconfig stderr to /dev/null 2017-11-28 13:31:10 -08:00
Livar Cunha
6fde7fa3ac Updating the branding of the CLI to 2.1.2 2017-11-28 13:04:34 -08:00
John Beisner
8b74ecd99b Fixing a typo... 2017-11-28 12:58:13 -08:00
Livar Cunha
fdb3c60deb Updating the branding of the CLI to 2.1.3. 2017-11-28 12:57:34 -08:00
John Beisner
e7f4fb001b Writing a NuGet.config as part of the preparatory steps. 2017-11-28 12:54:32 -08:00
Livar Cunha
3b1c67bb55 Fixing failing test. Now that the latest NetStandard.Library version moved to 2.0.1, the test needed to account for that. 2017-11-28 12:54:06 -08:00
dotnet-bot
bc7bcd3a1f Update CoreSetup to preview1-25928-05 2017-11-28 20:46:43 +00:00
Livar
c70eefffff
Merge pull request #8111 from mlorbetske/dev/mlorbe/CorrectTheFixFor526577And526578
Correct the fix for devdiv bugs 526577 and 526578, the wrong property had been updated
2017-11-28 09:51:59 -08:00
Peter Huene
40b0e0fcec Make --no-build imply --no-restore for pack command.
This commit makes the `--no-build` option for the pack command
automatically imply `--no-restore`.

Fixes issue #7472.
2017-11-27 23:53:22 -08:00
Peter Huene
de10b22bcd Make --no-build imply --no-restore for test command.
This commit makes the `--no-build` option for the test command
automatically imply `--no-restore`.

Fixes issue #7472.
2017-11-27 23:06:48 -08:00
Livar
df414ddcfa
Merge pull request #8112 from mlorbetske/dev/mlorbe/UpdateTheFixForBugs526577And526578For156
Correct the fix for devdiv bugs 526577 and 526578, the engine property had not been updated
2017-11-27 17:50:45 -08:00
Livar
4b297851e9
Merge pull request #8110 from dotnet/livarcocc-patch-2
Update SDK to 2.1.0-preview1-20171121-1
2017-11-27 16:13:40 -08:00
Livar
4debf0cd4b
Merge pull request #8091 from KevinRansom/UpdateFSharp
Update F# for VS2017.6
2017-11-27 14:31:15 -08:00
Livar
57a7181e8e
Merge pull request #8098 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-25926-02 (master)
2017-11-27 14:30:38 -08:00
Mike Lorbetske
2714332d87 Correct the fix for devdiv bugs 526577 and 526578, the wrong property had been updated 2017-11-27 14:22:11 -08:00
Mike Lorbetske
391d4362f3 Correct the fix for devdiv bugs 526577 and 526578, the wrong property had been updated 2017-11-27 14:16:22 -08:00
Livar
093352bb66
Update SDK to 2.1.0-preview1-20171121-1 2017-11-27 14:16:10 -08:00
John Beisner
e303461ab6 Changing the commit count. 2017-11-27 13:10:53 -08:00
Livar Cunha
9e97e53446 Updating the CLI branding to 2.1.2 and ingesting the 2.0.4 runtime. 2017-11-27 11:36:12 -08:00
William Lee
cc80ed43e0
Tools shim maker and env path handling (#8085)
* Tools shim maker and env path handling

Includes component:

* Given executable, create shim (all three OSs)
* Add executable path to Env PATH during first run
* including manual instruction when there is no access
2017-11-27 10:45:43 -08:00
Nick Guerrera
68c8639f09
Merge pull request #8083 from nguerrera/update-satellites
Update F# and Roslyn translations
2017-11-27 10:20:57 -08:00
dotnet-bot
0b0ec007f8 Update CoreSetup to preview1-25926-02 2017-11-26 23:19:03 +00:00
Livar
469d6fb4df
Merge pull request #8094 from dotnet/merges/release/2.0.0-to-release/15.5-20171124-080040
Merge release/2.0.0 to release/15.5
2017-11-24 19:52:41 -08:00
Livar
c17ffbf7e8
Merge pull request #8097 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-25924-02 (master)
2017-11-24 17:38:20 -08:00
dotnet-bot
ce96e03d1e Update CoreSetup to preview1-25924-02 2017-11-24 22:17:43 +00:00
Livar
b24f7b47ee
Merge pull request #8093 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-25923-01 (master)
2017-11-23 12:58:43 -08:00
dotnet-bot
c1c3cd4d24 Update CoreSetup to preview1-25923-01 2017-11-23 19:29:10 +00:00
Kevin Ransom
da8b3d3224 Update F# for VS2017.6 2017-11-22 20:09:47 -08:00
Livar
802e6f3e5a
Merge pull request #8088 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-25922-04 (master)
2017-11-22 16:40:48 -08:00
dotnet-bot
94fe8df9d2 Update CoreSetup to preview1-25922-04 2017-11-22 22:24:10 +00:00
Matt Mitchell
c4153be3de
Merge pull request #8080 from dotnet/mmitche-patch-2
Update feed tasks version
2017-11-22 07:59:43 -08:00
Livar
1239b21477
Merge pull request #8082 from peterhuene/fix-sln-remove-dependencies
Remove project dependencies when removing a project from a solution.
2017-11-21 21:52:26 -08:00
William Lee
584d3f0502
Global tools package obtain (#8035)
Add ExeutablePackageObtainer

Given a tools package id, it can create a fake project and restore to correct folder

- DI, aka no circular dependency of commands
- Parser of config XML
- I try to create test nupkg at build time, so I can run test and debug
easily with VSCode. The code is in test csproj.
2017-11-21 20:10:06 -08:00
Peter Huene
6210dab09c Remove project dependencies when removing a project from a solution.
This commit fixes #6198.

When a project is removed from a solution using the `sln remove`
command, any projects in the solution with a project dependency (note:
this is different from a project reference) on the project should have
the project removed as a dependency.

The fix is to scan the projects in the solution and remove any
dependencies on the projects being removed.  If the dependencies section
is empty after the remove, we skip serialization of the section like
Visual Studio does.
2017-11-21 18:20:05 -08:00
Livar
2fc86b6d01
Merge pull request #8081 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-25921-02 (master)
2017-11-21 17:49:18 -08:00