Skip to content

Add 64-bit build tools to prerequisites #6875

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ The following prerequisites should be completed before contributing to the Azure
- `C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe`
- `C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe`

**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:
- ```%programfiles%\MSBuild\14.0\bin```
- ```%programfiles(x86)%\MSBuild\14.0\bin\amd64```

The MSBuild version in ```%windir%\Microsoft.Net\Framework\v4.0.30319``` **cannot** be used with the build.

# Environment Setup

## GitHub Basics
Expand Down
6 changes: 5 additions & 1 deletion tools/CredScanSuppressions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"file": "\\documentation\\development-docs\\azure-powershell-developer-guide.md",
"_justification": "Documentation with non-live passwords in sample connection strings"
},
{
"file": "\\src\\ResourceManager\\Compute\\Commands.Compute.Test\\Templates\\tstorgnztn-validator.pem",
"_justification": "Legitimate test certificate file"
Expand Down Expand Up @@ -127,4 +131,4 @@
"_justification": "Legitimate test certificate file"
}
]
}
}