No description
Find a file
Andrew Schwartzmeyer 234752cd90 Remove aspnetvnext and dotnet-cli feeds
The dotnet-core and aspnetcidev feeds provide all our required packages.
The aspnetvnext causes `dotnet restore` to take an inordinate amount of
time, which terminates our CI builds.

Reducing the number of feeds brings restore time from scratch down to 3
seconds on my machine.

The aspnetvnext feed was originally added for the CoreCLR xUnit runner
packages; but is no longer necessary.

Resolves #896.
2016-04-22 13:50:17 -07:00
.vscode Put version back to make VS Code happy 2016-04-01 10:26:50 -07:00
docs Add Frequently Asked Questions to documentation 2016-04-20 16:25:58 -07:00
src Merge pull request #897 from PowerShell/andschwa/add-encodedcommand-tests-#712 2016-04-22 11:49:04 -07:00
test Merge pull request #886 from PowerShell/GetAliasV2DRT 2016-04-22 11:54:47 -07:00
.gitignore Update .gitignore to include work on windows 2016-04-04 18:51:57 -07:00
.gitmodules Remove OMI and provider submodules 2016-04-12 12:10:54 -07:00
.travis.yml Enable xUnit tests on Linux 2016-04-14 18:07:33 -07:00
appveyor.yml Add try-catch to on_finish section to prevent hang 2016-04-19 16:00:09 -07:00
build.sh Import-Module PowerShellGitHubDev in build.sh 2016-04-13 18:56:23 -07:00
CONTRIBUTING.md Quick markdown cleanups 2016-04-07 13:56:20 -07:00
debug.sh Improve debug.sh script 2016-02-19 14:58:42 -08:00
download.sh Install package dependencies in download.sh 2016-04-13 19:24:12 -07:00
global.json Add global.json for dnu restore from root 2015-11-24 15:07:55 -08:00
mapping.json Fix accidental mapping change 2016-04-08 18:09:09 -07:00
nuget.config Remove aspnetvnext and dotnet-cli feeds 2016-04-22 13:50:17 -07:00
PowerShellGitHubDev.psm1 Make Start-PSBootstrap re-install dotnet on Windows 2016-04-20 15:21:55 -07:00
README.md Add Core PS links 2016-04-21 14:22:06 -07:00

PowerShell

This repository is "Project Magrathea": Open PowerShell on GitHub, for Linux, Windows (.NET Core and Full), and OS X. It is built using the .NET Command Line Interface to support targetting every flavor of PowerShell. It is a collaborative effort among many teams:

  • Full PowerShell
  • Core PowerShell
  • Open Source Technology Center
  • .NET Foundation

Build Status

Platform master
Ubuntu 14.04 Build Status
OS X 10.11 Build Status
Windows Build status

Get PowerShell

Linux Windows .NET Core Windows .NET Full OS X PSRP
Build from Source Instructions Instructions Instructions Instructions Instructions
Get Binaries Releases Artifacts Artifacts Releases TBD

Building summary: Start-PSBuild from the module ./PowerShellGitHubDev.psm1 (self-host on Linux / OS X)

See Linux releases and Windows artifacts installation instructions.

Team coordination

If you encounter any problems, see the known issues, search the issues, and if all else fails, open a new issue.

Obtain the source code

Setup Git

Install Git, the version control system.

See the Contributing Guidelines for more Git information, such as our installation instructions, contributing rules, and Git best practices.

Download source code

Clone this repository. It is a "superproject" and has a number of other repositories embedded within it as submodules. Please see the contributing guidelines and learn about submodules. To make things easy, we can just clone recursively.

git clone --recursive https://github.com/PowerShell/PowerShell.git