Nick Guerrera
b2dbcde545
Merge pull request #9055 from dotnet/nguerrera/update-sdk
...
Update dotnet/sdk to latest from release/2.1.3xx
2018-04-13 13:55:17 -07:00
John Beisner
6f1f2b19c4
Merge pull request #9054 from johnbeisner/NugetFeeds
...
Trim back the 'unnecessary' nuget feeds
2018-04-13 13:22:06 -07:00
John Beisner
4525ae3969
Merge pull request #9065 from dotnet/nuget.client.release-5096-4-1
...
Insert NuGet Build 4.7.0-rtm.5096 into cli
2018-04-13 12:11:14 -07:00
John Beisner
3002958584
Merge pull request #9059 from dotnet/merges/release/2.1.3xx-to-master
...
Merge release/2.1.3xx to master
2018-04-13 11:30:07 -07:00
NuGet Team Bot
0ed1ffb8dd
Insert NuGet Build 4.7.0-rtm.5096 into cli
2018-04-13 10:44:27 -07:00
jbeisner
da0ac9ab85
Add back 'nuget-build' feed for: NuGet.Versioning 4.7.0-rtm.5081
2018-04-13 16:59:06 +00:00
jbeisner
93928eb4c5
Merge remote-tracking branch 'upstream/master' into NugetFeeds
2018-04-13 16:47:09 +00:00
Livar
351095d077
Merge pull request #9058 from dotnet/update_sdk
...
Update SDK to 2.1.200-preview-62812-03
2018-04-11 23:11:22 -07:00
Livar
fef4ae58af
Update SDK to 2.1.200-preview-62812-03
2018-04-11 22:23:35 -07:00
Nick Guerrera
c2713b41c3
Merge pull request #9020 from v-zbsail/loc_20180403_master
...
LOC CHECKIN | dotnet/cli master | 20180409
2018-04-11 17:55:36 -07:00
Daniel Plaisted
c01e4f07b8
Merge pull request #9053 from dsplaisted/update-nuget
...
Insert NuGet Build 4.7.0-rtm.5081 into cli
2018-04-11 16:48:20 -07:00
Nick Guerrera
00cbf0cbb5
Update dotnet/sdk to latest from release/2.1.3xx
2018-04-11 16:32:04 -07:00
jbeisner
c12e47278e
Merge remote-tracking branch 'upstream/master' into NugetFeeds
2018-04-11 22:31:51 +00:00
John Beisner
0ea6fdaeee
Merge pull request #9047 from dotnet/merges/release/2.1.3xx-to-master
...
Merge release/2.1.3xx to master
2018-04-11 15:27:35 -07:00
jbeisner
7f2554ced5
Slight re-ordering...
2018-04-11 21:33:50 +00:00
jbeisner
3d7ff40017
Add back 'Roslyn' feed for: Microsoft.NETCore.Compilers 2.8.0-beta4-62811-05
2018-04-11 21:28:53 +00:00
jbeisner
ea90e58ce9
Trim back the 'unnecessary' nuget feeds.
2018-04-11 21:19:06 +00:00
NuGet Team Bot
a86d529687
Insert NuGet Build 4.7.0-rtm.5081 into cli
2018-04-11 13:58:39 -07:00
John Beisner
07a15f9420
Terminate the 'StartsWith' string in the badge existence check. ( #9049 )
...
* Terminate the 'StartsWith' string in the badge existence check.
* Replace "string.Concat"
2018-04-11 12:09:16 -07:00
Livar
7cd9176ac0
Merge branch 'master' into merges/release/2.1.3xx-to-master
2018-04-11 12:05:59 -07:00
Livar
33561577c4
Merge pull request #9044 from dotnet-maestro-bot/master-UpdateDependencies
...
Update coresetup, coresetup, coresetup, roslyn to preview3-26411-06, preview3-26411-06, preview3-26411-06, beta4-62811-05, respectively (master)
2018-04-11 12:04:38 -07:00
Livar
f31e8d26d6
Merge pull request #9045 from AndyGerlicher/MSBUild-15.7.163
...
MSBuild 15.7.163
2018-04-11 12:03:53 -07:00
dotnet-maestro-bot
98e8857f1f
Update coresetup, coresetup, coresetup, roslyn to preview3-26411-06, preview3-26411-06, preview3-26411-06, beta4-62811-05, respectively
2018-04-11 17:46:24 +00:00
John Beisner
11eace08b9
Merge branch 'master' into merges/release/2.1.3xx-to-master
2018-04-11 09:30:34 -07:00
John Beisner
a543dd3084
Merge pull request #9034 from dotnet/merges/release/2.1.1xx-to-release/2.1.2xx
...
Merge release/2.1.1xx to release/2.1.2xx
2018-04-11 09:27:10 -07:00
John Beisner
996eb6c92c
Dotnet install-script updates ( #9033 )
...
* Introduce support for arm & arm64 architectures; when detecting a missing 'library' prerequisite - do not fail the installation.
* Auto-detect 'armv7l' and 'aarch64'
2018-04-11 09:24:23 -07:00
Livar
1581af4503
Merge pull request #9040 from dotnet/nuget.client.release-5081-1-1
...
Insert NuGet Build 4.7.0-rtm.5081 into cli
2018-04-10 16:35:08 -07:00
Andy Gerlicher
51214d02b1
MSBuild 15.7.163
2018-04-10 15:59:50 -07:00
William Li
b0ee5db411
consume bring your own shim(byos) ( #9018 )
...
If there are shims packaged by convention in nupkg. Shim Repository will simply copy it to the right location.
The query interface ToolPackageInstance will be in charge of finding the shim folder and filter the right RID. Shim Repository will pick the right file after the folder is located since Shim Repository knows the shim name and it also book keep the files at uninstallation.
During development, due to the wrong adapter level. The mock duplicated too much logic. So, I corrected the abstraction level to lower (only create shim). And replaced the existing mock with a much smaller one without any atomic control and file move, copy logic. At the same time. The chmod, which is a IO action, causes problem during tests. So I added adapter layer to it and put it in Util.
2018-04-10 15:42:50 -07:00
Livar
832052a9c8
Merge pull request #9026 from dotnet-maestro-bot/release/2.1.3xx-UpdateDependencies
...
Update clicommandlineparser, climigrate, coresetup, coresetup, coresetup, fsharp, msbuild, roslyn, sdk, templating, templating, templating, websdk to alpha-62806-05, alpha-62806-04, preview2-26406-04, preview2-26406-04, preview2-26406-04, rtm-180406-0, preview-000145, beta4-62806-08, preview2-62806-04, beta3-20180406-1563557, beta3-20180406-1563557, beta3-20180406-1563557, preview2-20180406-1563552, respectively (release/2.1.3xx)
2018-04-10 11:57:11 -07:00
Livar
5f528cf548
Merge pull request #9016 from KevinRansom/updatevs2017.4
...
Align dotnetcli with VS2017.4 compiler
2018-04-10 11:05:52 -07:00
Livar Cunha
18dd8107f2
Removing the explicit dependency on System.Diagnostics.Process from Cli.Utils. Use the assembly from netstandard.
2018-04-10 10:37:09 -07:00
NuGet Team Bot
d43718d444
Insert NuGet Build 4.7.0-rtm.5081 into cli
2018-04-10 08:49:48 -07:00
John Beisner
98a1ee6a67
Merge pull request #9031 from johnbeisner/RPMTargetsFix
...
Fixing build-break in AllLinuxDistrosNativeInstallers; CLI:master
2018-04-09 17:55:00 -07:00
jbeisner
23f2d2782c
Fixing typos...
2018-04-09 22:20:05 +00:00
Livar
f1fe1130f6
Merge pull request #9024 from livarcocc/update_dev_certs_message
...
Updating the dev-certs message displayed in the first run experience.
2018-04-09 14:15:12 -07:00
Livar
141cc8d976
Merge pull request #9025 from natemcmaster/aspnet-207-231
...
Update to ASP.NET Core 2.0.7 build 231
2018-04-09 14:14:59 -07:00
dotnet-maestro-bot
1135ea6869
Update clicommandlineparser, climigrate, coresetup, coresetup, coresetup, fsharp, msbuild, roslyn, sdk, templating, templating, templating, websdk to alpha-62806-05, alpha-62806-04, preview2-26406-04, preview2-26406-04, preview2-26406-04, rtm-180406-0, preview-000145, beta4-62806-08, preview2-62806-04, beta3-20180406-1563557, beta3-20180406-1563557, beta3-20180406-1563557, preview2-20180406-1563552, respectively
2018-04-09 20:17:41 +00:00
Nate McMaster
1860d43323
Update to ASP.NET Core 2.0.7 build 231
2018-04-09 12:14:47 -07:00
Livar Cunha
82a85aa269
Updating the dev-certs message displayed in the first run experience.
2018-04-09 11:57:11 -07:00
Livar
646f612c6b
Merge pull request #9015 from dotnet-maestro-bot/master-UpdateDependencies
...
Update CoreSetup, CoreSetup, CoreSetup, Roslyn to preview3-26406-06, preview3-26406-06, preview3-26406-06, beta4-62806-08, respectively (master)
2018-04-09 10:48:35 -07:00
Eric Erhardt
fbd5154ba4
Fix merge to only update core-setup and Roslyn versions.
2018-04-09 10:40:14 -05:00
Eric Erhardt
47bda58a23
Merge branch 'master' into master-UpdateDependencies
2018-04-09 10:30:10 -05:00
Zbyněk Sailer
5cdfca4e94
LOC CHECKIN | dotnet/cli master | 20180409
2018-04-09 15:18:54 +02:00
Mike Lorbetske
8370f24850
Update test templates to use the 15.7.0 test SDK
2018-04-08 11:57:30 -07:00
William Li
2f01bb4fad
Add TryGetMostFitRuntimeIdentifier ( #8997 )
2018-04-06 17:39:58 -07:00
William Li
56c10f65c7
Merge pull request #9012 from dotnet/merges/release/2.1.3xx-to-master
...
Merge release/2.1.3xx to master
2018-04-06 13:39:37 -07:00
William Li
cbd6434c8b
Adapt to no config file Apphost shim
...
Instead of writing the config file. Embed the relative path, instead of only the file name of app binary, to the AppHost itself.
2018-04-06 12:23:05 -07:00
dotnet-maestro-bot
936cc73ef2
Update CoreSetup, CoreSetup, CoreSetup, Roslyn to preview3-26406-06, preview3-26406-06, preview3-26406-06, beta4-62806-08, respectively
2018-04-06 17:53:37 +00:00
Kevin Ransom
8fa1c8230b
Align dotnetcli with VS2017.4 compiler
2018-04-06 10:52:34 -07:00