Commit graph

7917 commits

Author SHA1 Message Date
Livar
3f70aa89b1
Merge pull request #8353 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-26109-02 (master)
2018-01-09 21:01:16 -08:00
Livar
e9d1d025de
Merge pull request #8341 from natemcmaster/aspnetcore-sharedfx
Update to ASP.NET Core shared framework 2.1.0-preview1-28031
2018-01-09 18:57:13 -08:00
Nate McMaster
811f3dcc27 Update TestSdkDeb targets to ignore coherence issues with dotnet-runtime 2018-01-09 15:36:23 -08:00
John Beisner
1a6dc96bec
Merge pull request #8347 from johnbeisner/CoalesceDebInstaller
CLI produce 'DEB' distro agnostic installer packages; CLI:master
2018-01-09 15:31:19 -08:00
Nate McMaster
576405af5f Fix reference to renamed MSBuild variable 2018-01-09 14:57:49 -08:00
dotnet-bot
5bd7e6f4cb Update CoreSetup to preview1-26109-02 2018-01-09 22:50:08 +00:00
Nate McMaster
825fa19198 PR feedback and reorder dpkg arguments 2018-01-09 14:13:37 -08:00
Nate McMaster
efa35bd31a Ignore failures due to incoherent dependencies on dotnet-runtime 2018-01-09 13:27:50 -08:00
Livar
1c9050e289
Merge pull request #8349 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-26109-01 (master)
2018-01-09 12:54:15 -08:00
jbeisner
5f77453246 Removing a conditional... 2018-01-09 20:14:55 +00:00
jbeisner
ed0df1c0f0 Removing extra 'LinuxDistrosNeedNativeInstaller' entries 2018-01-09 20:05:58 +00:00
dotnet-bot
aa3394ce26 Update CoreSetup to preview1-26109-01 2018-01-09 19:01:16 +00:00
jbeisner
7265105e6f Update the README 2018-01-09 17:44:27 +00:00
Nate McMaster
ec3332d41e Update to 2.1.0-preview1-28031 and debian-agnostic aspnet installers 2018-01-09 09:17:15 -08:00
Nate McMaster
7a606a46bb Update SPA tests to skip npm-restore 2018-01-08 20:31:01 -08:00
Nate McMaster
223bc83db7 Update mapping of RID to aspnetcore installer filenames 2018-01-08 18:31:14 -08:00
Nate McMaster
2316423f83 Use the right RID variable to determine aspnetcore sharedfx RID 2018-01-08 17:57:49 -08:00
jbeisner
0a58124f4f Correcting the 'RunInSandBoxAndPackage' target 2018-01-09 01:21:05 +00:00
jbeisner
14d701dacc Publish the agnostic 'DEB' installer package to all three feeds. 2018-01-09 00:58:11 +00:00
Livar
35e661bbb3
Merge pull request #8345 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-26108-03 (master)
2018-01-08 16:44:17 -08:00
jbeisner
5b33ba9f3e 'DEB' filename changes 2018-01-08 23:52:05 +00:00
Peter Huene
28d929a6d5
Merge pull request #8285 from peterhuene/sln-add-map-project-configurations
Map solution configurations to existing project configurations on add.
2018-01-08 14:18:42 -08:00
dotnet-bot
73b55ecd42 Update CoreSetup to preview1-26108-03 2018-01-08 22:18:39 +00:00
Livar
863787be75
Merge pull request #8335 from mlorbetske/dev/mlorbe/UpdateTemplatePackageVersionsFor21
Update template package versions for 2.1 class, console, test and item templates
2018-01-08 14:12:29 -08:00
Eric Erhardt
0959a99656
Merge pull request #8339 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-26105-02 (master)
2018-01-08 13:09:42 -06:00
jbeisner
c873c55945 Produce one debian distro agnostic installer package. 2018-01-08 17:45:37 +00:00
Nate McMaster
95064f46db Update runtest.targets to skip file checks from azure if the filename variables are undefined 2018-01-06 13:02:41 -08:00
Nate McMaster
81296ff684 Skip downloading aspnetcore sharedfx installer if it is undefined 2018-01-06 12:30:47 -08:00
Nate McMaster
c46f603dbb Update to aspnetcore 2.1.0-preview1-28006 2018-01-06 12:08:05 -08:00
Nate McMaster
6e1fae8ee8 Update OSX and MSI branding to include the "ASP.NET Core Runtime" 2018-01-05 19:31:24 -08:00
Nate McMaster
8de1dea7c9 Remove unnecessary aspnetcore myget feeds 2018-01-05 19:31:24 -08:00
Nate McMaster
fb2df937fe Replace aspnetcore-store with the aspnetcore-runtime
Update downloaded installers and wixlib to pull the ASP.NET Core Runtime (aka shared framework)
2018-01-05 19:31:24 -08:00
Nate McMaster
e914370606 Update templates package version 2018-01-05 19:29:55 -08:00
Nate McMaster
b6b53f1e55 Update dev-certs version 2018-01-05 19:29:55 -08:00
Peter Huene
f7009106d8
Map solution configurations to existing project configurations on add.
This commit implements solution configuration to project configuration mapping.

Previously, when a project was added to the solution with the `sln add`
command, solution configurations would be mapped to a project configuration and
platform of the same name, regardless of whether or not the project had a
configuration or platform of that name.  This caused the solution to appear
dirty when opened in Visual Studio if the configuration or platform did not
exist at the project level because Visual Studio would attempt to correct the
mapping.

The fix is to check what configurations and platforms are supported by the
project and only map to what is present.  If a solution configuration can't be
mapped, the first configuration/platform supported by the project is chosen;
this is consistent with how Visual Studio does the fallback mapping.

Fixes #6221.
2018-01-05 18:40:26 -08:00
Livar
5770dbc1b1
Merge branch 'master' into master-UpdateDependencies 2018-01-05 18:19:01 -08:00
Livar
d6c6e9af8a
Merge branch 'master' into master-UpdateDependencies 2018-01-05 18:17:49 -08:00
Livar
ac06ffcf2d
Merge pull request #8336 from johnbeisner/RuntimeBreakingChange
Reacting to core-setup changes for 'DEB' distro agnostic installers
2018-01-05 18:17:05 -08:00
jbeisner
8d95d05f1a Uninstall the 'dotnet-host' before 'dotnet-runtime-deps' 2018-01-06 00:49:43 +00:00
jbeisner
eb2565719b Fixing the install and uninstall of the 'RuntimeDepsPackage' 2018-01-06 00:14:57 +00:00
jbeisner
002ddd6374 Fixing a typo... 2018-01-05 23:23:15 +00:00
jbeisner
ed8d9c6390 Download the 'dotnet-runtime-deps' installer file to address the 'BuildSDKDeb' errors. 2018-01-05 23:11:47 +00:00
dotnet-bot
a5c35aeadb Update CoreSetup to preview1-26105-02 2018-01-05 22:45:37 +00:00
jbeisner
68c2b1d060 Update 'DEB' filenames for downloads of the 'host' and 'hostfxr'. 2018-01-05 21:35:48 +00:00
Livar
ee4e7049eb
Merge pull request #8284 from v-zbsail/loc_20171213
LOC CHECKIN | dotnet/cli – master | 20171222
2018-01-05 12:54:49 -08:00
jbeisner
c6ccdb29fd Reacting to core-setup changes for 'DEB' distro agnostic installers; example: 'dotnet-runtime-2.1.0-preview1-26104-06-x64.deb'
Plus: Update CoreSetup to preview1-26105-01
2018-01-05 20:51:50 +00:00
Mike Lorbetske
b70fcc4ec6 Update template package versions for 2.1 class, console, test and item templates 2018-01-05 12:36:19 -08:00
Livar
a99154ed46
Merge pull request #8324 from steveharter/AddListRuntimesSdksToHelp
Add help for list-sdks and list-runtimes
2018-01-04 11:00:50 -08:00
Zbyněk Sailer
7ff9ac9a36 LOC CHECKIN | dotnet/cli – master | 20170104 | update 2018-01-04 15:03:49 +01:00
Livar
7fec5c4a6a
Merge pull request #8323 from dotnet/nuget-insertbuild4782
Insert NuGet Build 4.6.0-rtm-4782 into cli
2018-01-03 16:18:05 -08:00