Skip to content

Commit 1ec6758

Browse files
author
Maddie Clayton
authored
Merge pull request Azure#6875 from Azure/ps-prereq-doc-fix
Add 64-bit build tools to prerequisites
2 parents cb13d2d + 9d48d39 commit 1ec6758

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

documentation/development-docs/azure-powershell-developer-guide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ The following prerequisites should be completed before contributing to the Azure
5757
- `C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe`
5858
- `C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe`
5959

60+
**Note** The PowerShell Build requires the 64-bit version of MSBuild that ships with visual studio, so ensure that this version is the first version in your cmd path. 64-bit MSBuild could be installed in a couple of places on your machine:
61+
- ```%programfiles%\MSBuild\14.0\bin```
62+
- ```%programfiles(x86)%\MSBuild\14.0\bin\amd64```
63+
64+
The MSBuild version in ```%windir%\Microsoft.Net\Framework\v4.0.30319``` **cannot** be used with the build.
65+
6066
# Environment Setup
6167

6268
## GitHub Basics

tools/CredScanSuppressions.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"tool": "Credential Scanner",
33
"suppressions": [
4+
{
5+
"file": "\\documentation\\development-docs\\azure-powershell-developer-guide.md",
6+
"_justification": "Documentation with non-live passwords in sample connection strings"
7+
},
48
{
59
"file": "\\src\\ResourceManager\\Compute\\Commands.Compute.Test\\Templates\\tstorgnztn-validator.pem",
610
"_justification": "Legitimate test certificate file"
@@ -127,4 +131,4 @@
127131
"_justification": "Legitimate test certificate file"
128132
}
129133
]
130-
}
134+
}

0 commit comments

Comments
 (0)