PowerShell-DevOps icon indicating copy to clipboard operation
PowerShell-DevOps copied to clipboard

PowerShell scripts or modules for purposes related to DevOps practices

Results 6 PowerShell-DevOps issues
Sort by recently updated
recently updated
newest added
trafficstars

Beside AllNode, wich is required the keys can be named to whatever you want. ## Expected Behavior Merge should work for any kind of keys AllNodes and others. ## Current...

- Fix $PSVersionTable.CLRVersion since it's deprecated in PS Core -> https://github.com/PowerShell/PowerShell/issues/1395 ## Description Import-Module fails on PS Core since there is no $PSVersionTable:CLRVersion. This is deprecated. ## Related Issue https://github.com/PowerShell/PowerShell/issues/1395...

Thanks for this useful package. Would like to use Merge NonNodeData - but is doesn't appear to be in latest version 1.1.2 available from Powershell Gallery. https://www.powershellgallery.com/packages Any chance of...

Export-NUnitXml.psm1 is a recommended solution on your blog for integrating with AppVeyor, and it works quite well. Any chance you could publish it on PSGallery for better managed installation of...

## Expected Behavior If no line number is found, an empty string should probably be used, instead of the script failing. ## Current Behavior If Invoke-ScriptAnalyzer returns an error where...

Hi Mathieu, I think you picked the wrong AST type AssignmentStatementAst is for Assignments like $x = 5 NOT for variable names! So you only pick variables in assignments (first...