Commit graph

16 commits

Author SHA1 Message Date
Angel Calvo 0342a5fe72 Update windows-full.md
Fixed typos...
2016-08-08 17:33:46 -07:00
Angel Calvo 01aa3b94c3 Update windows-full.md 2016-08-04 10:47:06 -07:00
Sergei Vorobev 99249d0ff4 Update building instructions to use correct TOP directories 2016-08-02 13:17:48 -07:00
Aleksandar Nikolić 0160488925 fixing casing and typos in windows-full.md
Fixing casing for CoreCLR and FullCLR.
Fixing a couple of typos.
2016-08-02 18:17:04 +02:00
Sergei Vorobev 99e4b87cc6 Teach Start-DevPowerShell run CoreCLR version 2016-07-27 10:49:46 -07:00
Sergei Vorobev 3cd396e6e6 Correct a note about produced binaries for FullCLR 2016-07-14 12:48:34 -07:00
Sergei Vorobev a4cfd1ce74 Add a note about produced binaries for FullCLR 2016-07-14 12:45:45 -07:00
Yanbing 8500e00cb3 Update windows-full.md 2016-07-13 15:49:59 -07:00
Sergei Vorobev 680642d073 Update full build instruction, fix typo 2016-07-06 18:22:44 -07:00
Sergei Vorobev b29948afbe Update docs\building\windows-full.md + typo fixes 2016-07-01 13:51:14 -07:00
KarolKaczmarek 2b24359df8 Fixing output location 2016-06-16 16:36:27 -07:00
Andrew Schwartzmeyer fcf4b38370 Rename PowerShellGitHubDev.psm1 to build.psm1 2016-05-18 13:58:59 -07:00
Andrew Schwartzmeyer ea5d5c3d05 Switch to netcoreapp1.0
Instead of using `dotnet publish`, we can use `dotnet build` and the new
`netcoreapp1.0` framework with a new dependency on
`Microsoft.NETCore.App` to generate output that does not include the
runtime, but can be run anywhere (given the installation of the
runtime).

While we cannot yet adopt a dependency on the shared host until .NET
Core RTM, we are forced to switch to this system anyway because the
latest RC3 packages and CLI do not support `netstandardapp1.5`. See
dotnet/cli#2482.

Thus we're in an in-between state where we have to use `netcoreapp1.0`,
but cannot use `"Microsoft.NETCore.App": { "type": "platform" }` to
utilize the shared host, as we need to continue to ship our host.
Without specifying "platform", we retain the status quo with respect to
build steps and outputs.

Additionally, there is no longer a good reason to use the RC3 packages,
and it has been advised we switch to RC2 since the
`Microsoft.NETCore.App` is only available for RC2. We must update
packages because our current version can no longer be debugged.
2016-04-25 14:01:44 -07:00
Sergei Vorobev b2e431b9c4 Correct Start-DevPSGithub in windows-full.md
[skip ci]
2016-04-04 19:54:12 -07:00
Andrew Schwartzmeyer 51fcd5cdb4 Update Windows Full building documentation 2016-04-04 19:18:15 -07:00
Andrew Schwartzmeyer d6c5242c52 Move Windows .NET Full instructions 2016-03-30 21:33:57 -07:00