Paul Shamus

Results 4 comments of Paul Shamus

> @eramnes , > > The "problem" that I see with the LDAP based approach is that you're limiting yourself to pure LDAP object while using powershell you can open...

Even though there's no documentation, I was able to guess the command structure and import a `spotinst_ocean_ecs` resource by referencing the ID of the Ocean cluster. I suspect it might...

Another option I'm using is to add a build task to install GitVersion if needed: ```powershell param ( # Build Configuration object [Parameter()] [System.Collections.Hashtable] $BuildInfo = (property BuildInfo @{ })...

If you install the tool in a custom path (which I am currently doing), you can invoke from there. So maybe the tool is installed in `output`, that way it's...