Commit graph

95 commits

Author SHA1 Message Date
Andrew Schwartzmeyer 154166f458 Add FAQ about windows-build/nuget-feed being empty
And then causing `dotnet restore` to fail.
2016-05-20 16:33:19 -07:00
Andy Schwartzmeyer 52d747e56b Merge pull request #1013 from PowerShell/andschwa/secure-string
Add SecureString known issue
2016-05-19 16:10:45 -07:00
Andrew Schwartzmeyer 675c6df19d Add SecureString known issue 2016-05-19 15:23:00 -07:00
Andrew Schwartzmeyer 0702407f65 Mark SendGreeting module tests as slow 2016-05-19 14:28:50 -07:00
Andrew Schwartzmeyer a423ca5d99 Add jobs known issue 2016-05-19 14:18:24 -07:00
Andy Schwartzmeyer 5bdb215034 Don't compile GetComputerInfoCommand.cs 2016-05-18 17:47:25 -07:00
Andrew Schwartzmeyer fcf4b38370 Rename PowerShellGitHubDev.psm1 to build.psm1 2016-05-18 13:58:59 -07:00
Andrew Schwartzmeyer 60f6e05017 Add non-interactive console known issue 2016-05-18 10:50:00 -07:00
Andrew Schwartzmeyer e140e215bb Add aliases known issue 2016-05-18 10:43:16 -07:00
Andrew Schwartzmeyer 1381140f6e Add sessions known issue 2016-05-18 10:36:52 -07:00
Andrew Schwartzmeyer f75b39e5cd PSRP known issues removed
Since it was decoupled from this repo.
2016-05-18 10:21:28 -07:00
Andrew Schwartzmeyer ac55b037ae Eventing known issue is fixed 2016-05-18 10:16:08 -07:00
Andrew Schwartzmeyer d1f6adb0a3 MMIN known issue is fixed 2016-05-18 10:14:17 -07:00
Andrew Schwartzmeyer 1aa6a4904b Update Linux installation documentation 2016-05-18 10:10:25 -07:00
Andrew Schwartzmeyer 2d1b99d82e Fix docs/Testing capitalization 2016-05-18 10:04:47 -07:00
Andrew Schwartzmeyer cefa51b0d2 Pin cmdlet example packages to RC2
Otherwise builds fail because of RC3.
2016-05-17 12:34:50 -07:00
Hemant Mahawar 2d03c22980 Added a readme to clarify where internal vs. public documents should go. 2016-05-11 15:19:17 -07:00
Andy Schwartzmeyer e19a1f0b3d Merge pull request #961 from PowerShell/andschwa/output-switch
Add -Output switch to fix debug story
2016-05-06 12:06:29 -07:00
Andrew Schwartzmeyer 339917a007 Add an FAQ about build failures 2016-05-06 10:59:15 -07:00
Andrew Schwartzmeyer 502cd381ea Note the pre-release VS Code requirements 2016-05-06 10:55:17 -07:00
Steve Lee 88c3d56162 Merge pull request #943 from PowerShell/andschwa/cmdlet-example
Add cmdlet example project with readme
2016-05-04 12:29:05 -07:00
Andrew Schwartzmeyer 4619d0d7ba Add tests for cmdlet example 2016-05-04 12:13:00 -07:00
Andrew Schwartzmeyer b6145da14c Add AppVeyor sign-in instructions to FAQ 2016-05-04 10:41:49 -07:00
Andrew Schwartzmeyer 07a615e283 Add cmdlet example project with readme 2016-05-03 17:53:35 -07:00
Andy Schwartzmeyer a0f9999119 Merge pull request #915 from PowerShell/andschwa/shared-host-working
Update .NET Core packages
2016-04-25 15:40:09 -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
James Truher [MSFT] 7e156b4abd remove extraneous line 2016-04-25 12:41:54 -07:00
Jim Truher (MSFT) 6b9283f3bf add testing files to repo 2016-04-25 12:27:35 -07:00
Andrew Schwartzmeyer 2f23390f87 Add releasing documentation
Resolves #665.
2016-04-22 16:27:25 -07:00
Andrew Schwartzmeyer b4faf6463c Move CONTRIBUTING.md into .github folder 2016-04-22 15:12:02 -07:00
Andrew Schwartzmeyer ca1055c83c Add Frequently Asked Questions to documentation
Addresses some PowerShell, build, and Git questions.
2016-04-20 16:25:58 -07:00
Andrew Schwartzmeyer fa0d7a34e4 Move known issues to docs folder
So only readme and contributing are top level.
2016-04-20 14:30:54 -07:00
Andy Schwartzmeyer df6d558fee Merge pull request #848 from PowerShell/andschwa/try-osx
Enable OS X tests on Travis
2016-04-14 11:45:26 -07:00
Andrew Schwartzmeyer 50093b202a Update documentation for OS X testing
Copy the Travis CI badge for 10.11. It is the same badge, but it will
fail if the build fails. I don't see a way to have separate badges, but
this highlights that the platform is being tested.
2016-04-14 11:26:34 -07:00
Alex Jordan b06a44cb1e Update linux.md
Several people have missed the bootstrap step for dotnet installation, making that slightly clearer in documentation.
2016-04-13 19:38:08 -07:00
Andrew Schwartzmeyer 3d21d5da93 Deal with paths magically in Start-PSBuild 2016-04-13 19:24:12 -07:00
Andrew Schwartzmeyer 14837da664 Update documentation for Start-PSBootstrap
Also moved Git setup section first.
2016-04-13 19:24:12 -07:00
Andrew Schwartzmeyer 841f76ec37 Update Git setup documentation
Now that everyone needs all the submodules. Much simpler.
2016-04-12 16:16:17 -07:00
Andrew Schwartzmeyer a2fc6c330a Remove PSRP building documentation
Migrated to PSRP repository
2016-04-12 15:18:27 -07:00
Andrew Schwartzmeyer e0547c81ff Update Linux installation documentation for v0.3.0 2016-04-11 09:50:58 -07:00
Andrew Schwartzmeyer bfaad3f057 Programmatic update of core console host rename 2016-04-08 10:59:41 -07:00
Andrew Schwartzmeyer e97ccc1c5f Refer to contributing guidelines in building documentation
For #771.
2016-04-07 13:56:20 -07:00
Andrew Schwartzmeyer d7f60447ec Quick markdown cleanups 2016-04-07 13:56:20 -07:00
Andrew Schwartzmeyer 4960e6e39c Refactor submodule documentation
Moved notes on submodules out of contributing guidelines and into
`docs/git/submodules.md` as most developers will touch them infrequently
now.
2016-04-07 13:56:20 -07:00
Sergei Vorobev 1560809147 Update mapping.md
Add a note to use source-depot branch for initial adding [skip ci]
2016-04-06 11:37:39 -07:00
Sergei Vorobev bb8ed24b86 Remove server2016 branch from branches.md
[skip ci]
2016-04-06 11:35:32 -07:00
Sergei Vorobev 2bc6f6985f Add section about update in mapping.md
[skip ci]
2016-04-05 19:40:59 -07:00
Sergei Vorobev de51b2d7ab Add workflow/mapping.md to docs [skip ci]
- explain mapping concept
- describes mapping.json format
- overview function to work wiht mapping.json files from PowerShellGitHubDev.psm1
2016-04-05 19:20:26 -07:00
Sergei Vorobev 48e2f5081a Update references in resources.md [skip ci] 2016-04-05 19:05:04 -07:00
Sergei Vorobev bbee138aa1 Create workflow/branches.md document [skip ci]
- explain 3 long living branches and their relations.
- describe a simple bugfix workflow
2016-04-05 19:00:32 -07:00