Skip to content

Commit

Permalink
[Docs] Add PowerShell to Contributing Guide (Azure#17689)
Browse files Browse the repository at this point in the history
The focus of these changes is to highlight the PowerShell 6/7 dependency
when working with the engineering scripts, such as generating the API listing
or updating code snippets.
  • Loading branch information
jsquire authored Dec 22, 2020
1 parent ed2db53 commit 3cf1a9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Install the **.NET Core cross-platform development** workloads in VisualStudio
- Install **.NET Core 5.0.100 SDK** for your specific platform. (or a higher version within the 5.0.*** band) (https://dotnet.microsoft.com/download/dotnet-core/5.0)
- Install the latest version of git (https://git-scm.com/downloads)
- Install [PowerShell](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell), version 6 or higher, if you plan to make public API changes or are working with generated code snippets.
- Install [NodeJS](https://nodejs.org/en/) (14.x.x) if you plan to use [C# code generation](https://github.com/Azure/autorest.csharp).

## GENERAL THINGS TO KNOW:
Expand Down

0 comments on commit 3cf1a9f

Please sign in to comment.