aws / aws-tools-for-powershell

The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the PowerShell scripting environment.
Apache License 2.0
235 stars 78 forks source link

How to build #189

Closed jizquierdo-medsys closed 3 years ago

jizquierdo-medsys commented 3 years ago

So...how do you build this? ¯_(ツ)_/¯

ashishdhingra commented 3 years ago

Hi @jizquierdo-medsys,

Ideally it should work if you are using the command msbuild buildtools/build.proj inside developer command prompt from root of repository directory. Kindly advise if that doesn't work for you.

Request you to provide the details in the below format:

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

Context

Your Environment

.NET Core Info

Thanks, Ashish

jizquierdo-medsys commented 3 years ago

That is what I need assistance with, how do I build the PowerShell tools. There are no instructions that explains how to build the PowerShell tools. If there is, can you point me to where the instructions are at? Thank you!

jizquierdo-medsys commented 3 years ago

Okay, I just saw your comment. I will give that a try using msbuild. Thank you!

ashishdhingra commented 3 years ago

Just note that you would also need to install PowerShell Core on your Windows machine. I used the latest version of PowerShell PowerShell-7.0.4-win-x64. I was successfully able to build AWS PowerShell tools. Closing this issue.