Commit graph

9090 commits

Author SHA1 Message Date
Livar
6d9a4f1c65
Update SDK to 2.1.200-preview-62820-08 2018-04-20 15:21:46 -07:00
Livar
9b052dc97b
Merge pull request #9116 from weshaggard/addlinuxmusl-rel
[release/2.1.3xx] Replace alpine with linux-musl builds
2018-04-20 15:14:38 -07:00
Livar
dc088918f9
Merge pull request #9106 from dotnet/merges/release/2.1.1xx-to-release/2.1.2xx
Merge release/2.1.1xx to release/2.1.2xx
2018-04-20 15:12:18 -07:00
Wes Haggard
1e30cf3b5f Add temporary feed to boot-strap linux-musl build 2018-04-20 14:11:06 -07:00
Wes Haggard
4a59d83b5c Update the readme to the new build definition 2018-04-20 13:23:23 -07:00
Wes Haggard
a90f10f629 Update dotnet-install to select linux-musl on alpine 2018-04-20 13:23:14 -07:00
Wes Haggard
65d5730631 Replace alpine with linux-musl builds
We still build linux-musl on the alpine OS but we no longer
produce a alpine installer/tar file instead we just have the
linux-musl version.
2018-04-20 13:23:00 -07:00
NuGet Team Bot
205f58496f Insert NuGet Build 4.7.0-rtm.5122 into cli 2018-04-20 13:09:19 -07:00
Peter Huene
e1b5272540
Merge pull request #9099 from peterhuene/razor-server-discovery
Implement Razor server discovery by pid file.
2018-04-20 12:15:52 -07:00
Livar
2f3f672a15
Merge pull request #9100 from dotnet-maestro-bot/release/2.1.3xx-UpdateDependencies
Update clicommandlineparser, climigrate, coresetup, coresetup, coresetup, fsharp, msbuild, nugetclient, roslyn, sdk, templating, templating, templating, websdk to alpha-62819-01, alpha-62819-01, rc1-26419-02, rc1-26419-02, rc1-26419-02, rtm-180418-0, preview-000169, preview1.5116, dev-62819-05, preview3-62819-01, beta3-20180418-1607235, beta3-20180418-1607235, beta3-20180418-1607235, rc1-20180418-1607241, respectively (release/2.1.3xx)
2018-04-20 11:36:32 -07:00
Peter Huene
1ade191cb6
Implement Razor server discovery by pid file.
Previously, Razor server discovery for the `build-server shutdown` command was
implemented by invoking MSBuild on a project file in the current directory to
evaluate the path to the Razor server dll.  This was problematic since it would
only discover a single running Razor server instance and required that the user
run the `build-server shutdown` command from a specific location.

Razor's server now writes a "pid file" to a well-known location
(`~/.dotnet/pids/build`) which the command can now enumerate to discover, and
shutdown, the running Razor servers.

This commit changes the Razor server discovery to use the pid files and removes
the requirement that users need to run the command in specific directories to
work.

Fixes #9084.
2018-04-20 10:49:31 -07:00
Livar
7f0abdbf3e
Merge pull request #9096 from natemcmaster/installer-fix
Fix .deb and .rpm dependency on the aspnetcore-store package
2018-04-19 16:46:41 -07:00
Livar
04f94c057b
Merge pull request #9101 from dotnet/brand_3xx_rc1
Updating CLI branding to RC1
2018-04-19 15:29:11 -07:00
Livar
c60ca4c76a
Merge pull request #9093 from dotnet/update_roslyn
Update Roslyn to 2.8.0-dev-62817-01
2018-04-19 13:32:49 -07:00
Livar
04c02b0200
Merge pull request #9019 from mlorbetske/dev/mlorbe/UpdateTestTemplatesFor20To157RTW
Update test templates to use the 15.7.0 test SDK
2018-04-19 12:56:21 -07:00
Livar
3070750a5b
Updating CLI branding to RC1 2018-04-19 12:46:56 -07:00
dotnet-maestro-bot
8317c6f0da Update clicommandlineparser, climigrate, coresetup, coresetup, coresetup, fsharp, msbuild, nugetclient, roslyn, sdk, templating, templating, templating, websdk to alpha-62819-01, alpha-62819-01, rc1-26419-02, rc1-26419-02, rc1-26419-02, rtm-180418-0, preview-000169, preview1.5116, dev-62819-05, preview3-62819-01, beta3-20180418-1607235, beta3-20180418-1607235, beta3-20180418-1607235, rc1-20180418-1607241, respectively 2018-04-19 19:40:52 +00:00
Nate McMaster
f729fad293
Fix the aspnetcore dependency on .rpm and .deb installers 2018-04-18 22:49:21 -07:00
Nate McMaster
2d008aa4f7
Add tests that assert the dependencies of the dotnet-sdk rpm and deb files 2018-04-18 22:49:21 -07:00
Livar
3c344c2f83
Update Roslyn to 2.8.0-dev-62817-01 2018-04-18 12:03:42 -07:00
Peter Huene
8e01912b36
Merge pull request #9089 from peterhuene/buildserver-command-rename
Rename buildserver command.
2018-04-18 11:42:54 -07:00
Livar
9e877425c4
Merge pull request #9088 from dotnet/update_4xx_branding
Updating branding to 2.1.4xx
2018-04-18 11:39:30 -07:00
William Li
34060d3a23
pick up nuget loc (#9090) 2018-04-18 11:18:14 -07:00
Livar
289591d00c
Merge pull request #9081 from kasper3/master
Update dotnet manpages for Unix
2018-04-18 10:13:01 -07:00
Peter Huene
3f1ab372b4
Rename buildserver command.
This commit renames the `buildserver` command to `build-server`.

Fixes #9075.
2018-04-17 17:04:12 -07:00
Steve MacLean
8c937a0db0 [Arm64] Add crosscomponent crossgen (#9011) 2018-04-17 16:54:01 -07:00
John Beisner
7d375481bc
Sign the 'nupkg' files; CLI:release/2.1.3xx (#9086)
* Sign the 'nupkg' files.
* Sign 'NuPkg' files with the 'NuGet' cert.
* Use "Microsoft402"
2018-04-17 16:53:03 -07:00
Livar Cunha
8c3967a36b Updating README and branchinfo to 2.1.4xx. 2018-04-17 16:49:06 -07:00
Livar
373f189ad2 Updating branding to 2.1.4xx 2018-04-17 16:38:01 -07:00
Livar
4f919e2433
Merge pull request #9080 from livarcocc/remove_time_based_test
Removing a flaky timebound test.
2018-04-17 13:21:37 -07:00
William Li
ae75392078
Merge pull request #9079 from wli3/help-text-02
Help text improves
2018-04-17 12:21:39 -07:00
William Li
854feefe6f
Give a different error to guide use to install via global tools (#9070)
Give a different error to guide use to install via global tools so, if several bundled DotnetTools cannot finish source build on time. The user can use global tools to get it.

The original plan that adding a different resolver is hard due to resolver can only find dll that will be used to spawn a process. However, the command constructor will give an error message when resolver find null. By adding a different error when the command name is part of the list, it can achieve the same goal.
2018-04-17 12:21:20 -07:00
Livar
bc83d98f52
Merge pull request #9076 from livarcocc/merge_master_into_3xx
Merge master into release/2.1.3xx
2018-04-17 08:16:28 -07:00
root
be2e00e7d2 Update dotnet manpages for Unix 2018-04-17 06:08:15 +00:00
Daniel Plaisted
617551d065 Update latest patch versions of .NET Core runtime 2018-04-16 22:57:39 -07:00
Livar
20cd0f04b2
Merge pull request #9077 from livarcocc/update_master_branding
Update the branding of the SDK to 2.2.100-preview1.
2018-04-16 22:54:24 -07:00
William Li
fd66168922 Error message has instruction to help investigate from NuGet error message 2018-04-16 21:42:50 -07:00
William Li
b0610b9116 Add doc link for both dotnet-tool and dotnet-buildserver 2018-04-16 21:42:45 -07:00
Daniel Plaisted
665daa07fc Update latest patch versions of .NET Core runtime 2018-04-16 17:07:57 -07:00
Livar Cunha
d99d7adc86 Removing a flaky timebound test. 2018-04-16 14:50:21 -07:00
Livar
bd3372b5a3
Merge pull request #9074 from dotnet/update_sdk
Update SDK to 2.1.200-preview-62816-05
2018-04-16 13:08:12 -07:00
Livar Cunha
1e2c8bed24 Update the branding of the SDK to 2.2.100-preview1. 2018-04-16 12:04:00 -07:00
Livar Cunha
aa8776983a Reverting the changes to README.md so that it keeps pointing to release/2.1.3xx artifacts. 2018-04-16 12:01:24 -07:00
Livar Cunha
d6c0890696 Merge branch 'master' into merge_master_into_3xx
* master: (49 commits)
  Add back 'nuget-build' feed for: NuGet.Versioning 4.7.0-rtm.5081
  Slight re-ordering...
  Add back 'Roslyn' feed for: Microsoft.NETCore.Compilers 2.8.0-beta4-62811-05
  Trim back the 'unnecessary' nuget feeds.
  Insert NuGet Build 4.7.0-rtm.5081 into cli
  Terminate the 'StartsWith' string in the badge existence check. (#9049)
  Update coresetup, coresetup, coresetup, roslyn to preview3-26411-06, preview3-26411-06, preview3-26411-06, beta4-62811-05, respectively
  consume bring your own shim(byos) (#9018)
  Fixing typos...
  Updating the dev-certs message displayed in the first run experience.
  Fix merge to only update core-setup and Roslyn versions.
  LOC CHECKIN | dotnet/cli master | 20180409
  Add TryGetMostFitRuntimeIdentifier (#8997)
  Adapt to no config file Apphost shim
  Update CoreSetup, CoreSetup, CoreSetup, Roslyn to preview3-26406-06, preview3-26406-06, preview3-26406-06, beta4-62806-08, respectively
  Revert links on Readme to master
  Add test cases per PR feedback
  Tweak --no-build messages based on PR feedback
  Update CoreSetup, CoreSetup, CoreSetup, Roslyn to preview3-26405-02, preview3-26405-02, preview3-26405-02, beta4-62805-01, respectively
  Disabling msbuild node reuse for CLI full build.
  ...

 Conflicts:
	build/DependencyVersions.props
2018-04-16 11:55:09 -07:00
William Li
6851961c16 Better help text on dotnet tool 2018-04-16 10:51:43 -07:00
Livar
83d150e87b
Update SDK to 2.1.200-preview-62816-05 2018-04-16 10:38:21 -07:00
Livar
d1580deb1e
Merge pull request #9069 from dotnet-maestro-bot/release/2.1.3xx-UpdateDependencies
Update roslyn, sdk to beta4-62811-05, preview2-62812-07, respectively (release/2.1.3xx)
2018-04-13 17:09:08 -07:00
Livar
1e1c6d5ea3
Merge pull request #9067 from dotnet/nuget.client.release-5104-1-1
Insert NuGet Build 4.7.0-rtm.5104 into cli
2018-04-13 17:08:43 -07:00
dotnet-maestro-bot
a0aa144d93 Update roslyn, sdk to beta4-62811-05, preview2-62812-07, respectively 2018-04-13 22:16:45 +00:00
NuGet Team Bot
6a3419cedd Insert NuGet Build 4.7.0-rtm.5104 into cli 2018-04-13 14:03:00 -07:00