您的位置:首页 > 运维架构 > Shell

How to build windows azure PowerShell Source Code

2014-05-07 19:30 465 查看
Download any version source code of Windows Azure Powershell from https://github.com/Azure/azure-sdk-tools/releases
Downdload Wix ToolSet from http://wix.codeplex.com/releases/view/115492 and install it to let your VS supports Wix component.
Build \WindowsAzurePowershell\src\WindowsAzurePowershell.sln. Build all project in the solution, you can select build->build solution menu.
Build \WindowsAzurePowershell\setup\azurepowershell.sln and get installation application from \WindowsAzurePowershell\setup\build\Debug\x86\windowsazure-powershell.msi
Install Windows Azure PowerShell and get version from file C:\Program Files (x86)\Microsoft SDKs\Windows Azure\PowerShell\Azure\Azure.psd1 which you can double check whether you want.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: