How to build windows azure PowerShell Source Code

    1. Download any version source code of Windows Azure Powershell from https://github.com/Azure/azure-sdk-tools/releases
    2. Downdload Wix ToolSet from http://wix.codeplex.com/releases/view/115492 and install it to let your VS supports Wix component.
    3. Build \WindowsAzurePowershell\src\WindowsAzurePowershell.sln. Build all project in the solution, you can select build->build solution menu.
    4. Build \WindowsAzurePowershell\setup\azurepowershell.sln and get installation application from \WindowsAzurePowershell\setup\build\Debug\x86\windowsazure-powershell.msi
    5. 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.
    上一篇:C#八皇后问题 枚举值


    下一篇:数据结构0103汉诺塔&八皇后