Go to file
Aditya Patwardhan 991d6075af Added -publish to codecoverage package generation and fixed package name (#2797)
* Added -publish to codecoverage package generation and fixed package name

Added -Publish to Start-PSBuild used by CodeCoverage configuration so that
.netcore dependencies are also included in the package. This makes the
package usable on systems that do not have .netcore in path.

Fixed the name of the coverage package by making it consistent with other
package names.

* Created a function to generate packagename
2016-11-28 17:57:04 -08:00
.github Update CONTRIBUTING.md 2016-11-14 10:05:07 -08:00
.vscode Fix VS Code debug output (#2425) 2016-10-05 10:47:33 -07:00
assets Add x86 support to the MSI installer 2016-11-18 16:35:16 -08:00
demos Use -split operator to avoid error from new overload (#2796) 2016-11-28 14:01:45 -08:00
docker Update docs with release alpha.13 (#2765) 2016-11-22 17:50:45 -08:00
docs Remove obsolete entries in FAQ.md (#2755) 2016-11-22 23:12:24 -08:00
src Fix Verbs<> class strings #2716 (#2762) 2016-11-23 09:19:15 -08:00
test Added -erroraction silentlycontinue for import-module (#2778) 2016-11-23 17:41:24 -08:00
tools Added -publish to codecoverage package generation and fixed package name (#2797) 2016-11-28 17:57:04 -08:00
.gitattributes Set merge=union for changelog 2016-08-04 14:57:13 -07:00
.gitignore Rename Publish-EchoArgs to Publish-PSTestTools 2016-09-13 13:37:42 -07:00
.gitmodules Move modules shared between frameworks in Module/Shared folder 2016-07-01 12:20:48 -07:00
.spelling Update docs with release alpha.13 (#2765) 2016-11-22 17:50:45 -08:00
.travis.yml Replace travis.sh by travis.ps1 2016-11-18 17:45:57 -08:00
appveyor.yml Add back -Configuration 'Release' to make sure AppVeyor CIs produce 'Release' bits (#2773) 2016-11-23 12:54:52 -08:00
build.psm1 - Fixed failing PackageManagement related tests in daily-builds (#2759) 2016-11-21 17:36:51 -08:00
build.sh OS X -> macOS (#1934) 2016-08-26 15:08:50 -04:00
CHANGELOG.md Fixed typo (#2782) 2016-11-28 10:00:54 -08:00
global.json Add global.json for dnu restore from root 2015-11-24 15:07:55 -08:00
LICENSE.txt add line breaks to license 2016-08-01 15:48:54 -07:00
license_thirdparty_proprietary.txt Use HTTPS links for go.microsoft.com 2016-08-23 21:21:31 -04:00
nuget.config Update powershell to depend on latest dotnet core packages (preview1-24530-04 from 9/30/2016) 2016-10-14 10:02:44 -07:00
powershell.sln Add '<Link>' tag to '<Compile>', '<None>' and '<EmbeddedResource>' tags to make those items look similar as when the *.csproj files were in the original project folders. (#2519) 2016-10-21 17:04:05 -07:00
README.md Update docs with release alpha.13 (#2765) 2016-11-22 17:50:45 -08:00
ThirdPartyNotices.txt grammer fix (#1989) 2016-08-21 08:19:57 -07:00

logo PowerShell

Welcome to the PowerShell GitHub Community! PowerShell is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework that works well with your existing tools and is optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models. It includes a command-line shell, an associated scripting language and a framework for processing cmdlets.

New to PowerShell?

If you are new to PowerShell and would like to learn more, we recommend reviewing the getting started documentation.

Get PowerShell

You can download and install a PowerShell package for any of the following platforms.

Platform Downloads How to Install
Windows 10 / Server 2016 (x64) .msi Instructions
Windows 8.1 / Server 2012 R2 (x64) .msi Instructions
Windows 7 (x64) .msi Instructions
Windows 7 (x86) .msi Instructions
Ubuntu 16.04 .deb Instructions
Ubuntu 14.04 .deb Instructions
CentOS 7 .rpm Instructions
macOS 10.11 .pkg Instructions
Docker Instructions

To install a specific version, visit releases.

Chat Room

Want to chat with other members of the PowerShell community?

We have a Gitter Room which you can join below.

Join the chat at https://gitter.im/PowerShell/PowerShell

There is also the community driven PowerShell Slack Team which you can sign up for at Slack Signup.

Building the Repository

Linux Windows macOS
Instructions Instructions Instructions

If you have any problems building, please consult the developer FAQ.

Build status of master branches

AppVeyor (Windows) Travis CI (Linux / macOS)
av-image tv-image

Build status of nightly builds

AppVeyor (Windows)
av-nightly-image

Downloading the Source Code

The PowerShell repository has a number of other repositories embedded as submodules.

To make things easy, you can just clone recursively:

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

If you already cloned but forgot to use --recursive, you can update submodules manually:

git submodule update --init

See working with the PowerShell repository for more information.

Developing and Contributing

Please see the Contribution Guide for how to develop and contribute.

If you have any problems, please consult the known issues, developer FAQ, and GitHub issues. If you do not see your problem captured, please file a new issue and follow the provided template. If you are developing .NET Core C# applications targeting PowerShell Core, please check out our FAQ to learn more about the PowerShell SDK NuGet package.

Also make sure to check out our PowerShell-RFC repository for request-for-comments (RFC) documents to submit and give comments on proposed and future designs.

PowerShell is licensed under the MIT license.

Governance

Governance policy for PowerShell project is described here.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.