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
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
Livar
093352bb66
Update SDK to 2.1.0-preview1-20171121-1
2017-11-27 14:16:10 -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
dotnet-bot
0b0ec007f8
Update CoreSetup to preview1-25926-02
2017-11-26 23:19:03 +00: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
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
dotnet-bot
80f35f0ac8
Update CoreSetup to preview1-25921-02
2017-11-21 22:14:42 +00:00
Livar
c1fdcaef5b
Merge pull request #8074 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-25921-01 (master)
2017-11-21 12:49:22 -08:00
dotnet-bot
6702ef401a
Update CoreSetup to preview1-25921-01
2017-11-21 18:11:12 +00:00
Livar
359692601c
Merge pull request #8055 from livarcocc/fix_locale_specific_error
...
Using OrdinalIgnoreCase when determining arguments
2017-11-20 12:04:56 -08:00
Eric Erhardt
4845efe2ea
Merge pull request #8061 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-25919-02 (master)
2017-11-20 10:27:03 -06:00
dotnet-bot
125514df02
Update CoreSetup to preview1-25919-02
2017-11-19 22:30:20 +00:00
Livar
d0b2b5f678
Merge pull request #8059 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-25918-03 (master)
2017-11-18 13:56:17 -08:00
Livar
90d667e9b0
Merge pull request #8056 from mlorbetske/dev/mlorbe/UpdateTemplateEngineVersion
...
Update template engine version for 15.6+
2017-11-18 13:55:27 -08:00
dotnet-bot
d4df0010af
Update CoreSetup to preview1-25918-03
2017-11-18 19:18:46 +00:00
Livar
f83d230508
Merge pull request #8052 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-25917-06 (master)
2017-11-17 18:51:48 -08:00
Mike Lorbetske
746b669a4c
Update template engine version for 15.6+
2017-11-17 18:37:56 -08:00
Parallels
678cf13d93
Using OrdinalIgnoreCase to work around locale specific issues when trying to determine if a command line input is an argument.
2017-11-17 16:07:23 -08:00
dotnet-bot
90a0249e00
Update CoreSetup to preview1-25917-06
2017-11-17 22:39:35 +00:00
Livar
2ee6aeb675
Merge pull request #7997 from dotnet/update-tab-completion-doc
...
Update tab-completion.md
2017-11-16 18:27:47 -08:00
Livar
d0c5510ee2
Merge pull request #7992 from seancpeters/templating_2.1.0-preview1_insertion_2017_11_09
...
Inserting dotnet/templating rel/2.1.0-preview1 into cli master
2017-11-16 18:27:28 -08:00
Livar
98d650cc42
Merge pull request #8038 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-25916-02 (master)
2017-11-16 17:01:33 -08:00
dotnet-bot
4498142bb5
Update CoreSetup to preview1-25916-02
2017-11-16 22:48:36 +00:00
Livar
b674f5d64c
Merge pull request #8037 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-25916-01 (master)
2017-11-16 13:26:54 -08:00
dotnet-bot
91bdd7e3a4
Update CoreSetup to preview1-25916-01
2017-11-16 18:45:07 +00:00
Livar
833635ae0f
Merge pull request #8029 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-25915-02 (master)
2017-11-15 17:19:40 -08:00
dotnet-bot
23575687f6
Update CoreSetup to preview1-25915-02
2017-11-15 23:44:19 +00:00
Livar
1b8c5b498b
Merge pull request #8025 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-25915-01 (master)
2017-11-15 12:50:32 -08:00
dotnet-bot
1a16f3a7c5
Update CoreSetup to preview1-25915-01
2017-11-15 19:13:43 +00:00
Livar
c698ac8377
Merge pull request #8020 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-25914-05 (master)
2017-11-14 18:54:40 -08:00
dotnet-bot
04c477fc21
Update CoreSetup to preview1-25914-05
2017-11-14 23:04:34 +00:00
Sean Peters
be0bebdf30
updated TemplateEnd template versions. Removed old entries from BundledTemplates.props
2017-11-14 14:13:31 -08:00
seancpeters
b5b7b9b16c
Merge branch 'master' into templating_2.1.0-preview1_insertion_2017_11_09
2017-11-14 14:06:05 -08:00
seancpeters
29a3673535
Merge branch 'master' into templating_2.1.0-preview1_insertion_2017_11_09
2017-11-14 14:04:55 -08:00