Jason Rush
Results
2
comments of
Jason Rush
While not as convenient, I've been using this code in automation/CI stuff: ``` (New-Object System.Net.WebClient).DownloadFile( 'https://raw.githubusercontent.com/MathieuBuisson/PowerShell-DevOps/master/Export-NUnitXml/Export-NUnitXml.psm1', '.\Export-NUnitXml.psm1' ) Import-Module '.\Export-NUnitXml.psm1' -Force ```
For what I'm doing/needing, I'm fine with slow and inefficient if slow and inefficient in terms of PS/Automate is still substantially faster than using Control to manually log into each...