Open lestephane opened 6 years ago
We've been holding off adding support for automatic installation of the AWSPowerShell.NetCore module until PowerShell Core went GA. Now that's been done we will look again at this but I don't have an ETA I can share at the present time.
Thanks, that's progress of sorts
@steveataws any news on this one? I'm currently have to roll my own tasks for AWS PowerShell OR use a windows agent, neither of which are fun!
Apologies, for both no news and late response. I've been pretty much focused on getting the credential changes and new tasks in the 1.1 release tidied up and didn't get back to this alongside other work.
I might be mistaken but I thought I heard recently that the hosted Linux option now contains PowerShell 6 pre-installed, is that right? If so, it might be enough to remove the Windows-only limitation from the current task (suitably renamed) and have it auto-detect it started under PowerShell 6 vs PowerShell 5.1 and install the matching module.
hi @steveataws any updates on this just hit this issues too, not a show stopper for us as we can run most of this on windows with some logic switches.
hi @steveataws is there any update on this one, it would be good if we could use the AWS powershell task on linux instances.
@stevejroberts - any update on this? Windows-Only seems like an artificial restriction given that PowerShell has been Linux compatible for a very long time now.
In the Dockerfile for my private build agent, I install the AWSPowerShell.NetCore module
But then the DotNetFramework capability is missing. Adding it manually still causes the error
Is any first-class support for AWS Powershell scripts planned for linux agents?