Commit graph

86 commits

Author SHA1 Message Date
Andrew Schwartzmeyer b4faf6463c Move CONTRIBUTING.md into .github folder 2016-04-22 15:12:02 -07:00
Andy Schwartzmeyer 97ca8f5b76 Add Core PS links 2016-04-21 14:22:06 -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 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
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 b8f326adf5 Redirect PSRP documentation to other repo 2016-04-12 15:59:38 -07:00
Sergei Vorobev 27eb8ecd12 Remove server2016 from the build status matrix
[skip ci]
2016-04-06 11:32:10 -07:00
Sergei Vorobev d90f3a8c2f Add server2016 branch to build status table 2016-03-31 19:04:48 -07:00
Andrew Schwartzmeyer b79af07fbb Add Linux and Windows installation instructions 2016-03-30 23:30:26 -07:00
Andrew Schwartzmeyer 666d036fd8 Move debugging docs 2016-03-30 23:30:26 -07:00
Andrew Schwartzmeyer f1d27d518c Move PSRP notes 2016-03-30 23:30:26 -07:00
Andrew Schwartzmeyer c52c5001cb Add build instructions matrix to readme 2016-03-30 21:33:57 -07:00
Andrew Schwartzmeyer d6c5242c52 Move Windows .NET Full instructions 2016-03-30 21:33:57 -07:00
Andrew Schwartzmeyer 444d42f0d3 Move Windows .NET Core build instructions 2016-03-30 21:33:57 -07:00
Andrew Schwartzmeyer 6f0c671853 Document OS X dependency installation instructions 2016-03-30 21:33:57 -07:00
Andrew Schwartzmeyer 1937ad5784 Move Linux instructions to docs/building/linux.md 2016-03-30 21:33:57 -07:00
Andrew Schwartzmeyer 19e870aad2 Refactor readme header 2016-03-30 21:30:06 -07:00
Sergei Vorobev 111b254f3d Remove psl-monad submodule
Fix #656
2016-03-30 20:01:05 -07:00
Andrew Schwartzmeyer d5d0d29cf9 Fix use of install.ps1 on AppVeyor
Resolves #718.

The 1.0.0 builds are no longer in the "beta" channel.

Update version to 1888.
2016-03-21 14:31:41 -07:00
Sergei Vorobev 0cb76a9a09 Remove explicit msbuild requirement
Fix #684
We already require VS 2015 installation.
Grab msbuild automatically from .NET framework folder.
2016-03-18 12:01:18 -07:00
Andrew Schwartzmeyer 38a53d68b4 Improve readme 2016-03-16 23:49:26 -07:00
Sergei Vorobev b9283d04cc Add a note about VC++ in README.md 2016-03-16 17:23:52 -07:00
Andrew Schwartzmeyer 6e98692827 Revert "Update README.md"
This reverts commit 0908997a8e.

Fixes #675
2016-03-15 21:14:58 -07:00
Sergei Vorobev cd3b0a02cb Update README.md to use Visual Studio 2015 2016-03-15 13:24:32 -07:00
Andy Schwartzmeyer 02184b3c96 Merge pull request #657 from PowerShell/update-readme
Update readme
2016-03-14 12:32:55 -07:00
Zach Folwick 5d81f12b49 Add Experimental .NET Core Debugging in VS Code
[skip ci]
2016-03-14 12:29:15 -07:00
Andrew Schwartzmeyer 342a7530c7 Update FullCLR detailed build instructions
This was left out of date as of #655. It is also needed to be a
subsection of the detailed build notes section.

Some typos and superfluous information were fixed.
2016-03-14 12:29:07 -07:00
Andrew Schwartzmeyer a2974fa7fe Move Git installation instructions to contributing
The readme is getting quite large, so in an effort to shorten it, the
Git installation instructions (which have nothing to do with PowerShell,
but are helpful for new users), are now in `CONTRIBUTING.md`. Thus, if
someone is totally new to Git, they will be far more likely to review
our contributing guidelines, and so read our rules and best practices.

Cloning the source code was cleaned up so that initializing the
submodules is done in a separate step. This simplifies the first step,
making it more likely to succeed (and narrowing the possible failures).
2016-03-14 12:29:07 -07:00
Sergei Vorobev 0908997a8e Update README.md
Fix one old version of dotnet cli [skip ci]
2016-03-14 11:42:57 -07:00
Andrew Schwartzmeyer 724f9c4d4e Remove PsModulePath step from Windows instructions
This gets automatically set correctly thanks to #646.
2016-03-14 11:21:16 -07:00
Andrew Schwartzmeyer f3f4fa281d Fix PSRP build notes
These got split up. Moved them all to detailed build notes section.
2016-03-14 11:20:46 -07:00
Andrew Schwartzmeyer 9d709e8eaa Update note on PowerShellGitHubDev module 2016-03-14 11:19:56 -07:00
Andrew Schwartzmeyer dd25c4c50b Remove DSC build notes
This should have been removed with the DSC submodule.
2016-03-14 11:19:22 -07:00
Andrew Schwartzmeyer 5515c23854 Move repo permissions note to contributing docs
And remove the skip CI note, as it is already noted in CONTRIBUTING.md.
2016-03-14 11:18:44 -07:00
Andrew Schwartzmeyer 44a991c24d Upgrade CLI to build 1718
Per dotnet/cli#1783, this should resolve PowerShell/PowerShell#638.

Unfortunately, per dotnet/cli#1839, the Ubuntu package feed is
out-of-date. So now Travis and AppVeyor aren't quite in sync. This is
not great, but the Ubuntu version of CLI does not have the same
regression that the Windows version had.

The readme has been updated to note how to install an actually
up-to-date copy on Linux.
2016-03-14 10:49:31 -07:00
Sergei Vorobev b126d698e2 Hide output of dotnet restore by default
Address Andy's comments about build script.
Add more information about the version into build
Use windows inbox version of pester for FullCLR
Revert dotnet cli to a known good version to avoid #638
2016-03-11 18:24:43 -08:00
Sergei Vorobev b28d96d700 Incorporate build.FullCLR.ps1 in PowerShellGitHubDev.psm1
This commit fixes #652
2016-03-11 16:19:05 -08:00
James Truher [MSFT] 3af4ea2cc2 Update README.md
updated troubleshoot section and create troubleshooter for push
Also added Generally Useful Info section for operational notes
[skip ci]
2016-03-10 17:01:33 -08:00
Sergei Vorobev 939d35676b Update README.md
Add more info about git on windows [no ci]
2016-03-09 14:24:15 -08:00
Andrew Schwartzmeyer 2c649d51f1 Update readme and known issues
[ci skip]
2016-03-08 10:12:28 -08:00
Andrew Schwartzmeyer 57181103cf Bump .NET CLI to build 1638 2016-03-07 14:17:31 -08:00
Andrew Schwartzmeyer ee7ea8011d Bump CLI to 1.0.0.001598 2016-03-01 12:27:55 -08:00
JumpingYang001 8329960ffe Add note when building on WS2012R2 2016-02-27 19:51:53 +08:00
Andrew Schwartzmeyer a4ab3cc8b6 Bump CLI version to build 1540
Latest common build.
2016-02-26 12:26:28 -08:00
Andy Schwartzmeyer ca26f2dea6 Fix list of submodules to update on Windows
Pester was moved to facilitate easier automatic publishing.

[skip ci]
2016-02-24 15:57:38 -08:00
Sergei Vorobev 16447a8326 Update README.md [skip ci]
Add info about msbuild alias
2016-02-18 13:29:10 -08:00
Andy Schwartzmeyer ce05a3e0b0 Update README.md 2016-02-18 12:45:53 -08:00
Andrew Schwartzmeyer 5c0abec45b Pin CLI to 1.0.0.001425 and update readme 2016-02-18 10:06:56 -08:00
Andrew Schwartzmeyer 36bc1279a2 Pin dotnet-nightly package on Travis 2016-02-17 14:20:15 -08:00
Andrew Schwartzmeyer def81cf9cc Update readme
- New links due to rename
- Better formatting
- More details
2016-02-05 10:18:23 -08:00