File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 66# Build...
77Invoke-Build Build - ModuleName Microsoft.PowerShell.ConsoleGuiTools
88
9- # Run what was built...
10- # pwsh -noprofile -command "Import-Module -verbose '$PSScriptRoot/module/Microsoft.PowerShell.GraphicalTools'; Get-Module -all | Out-GridView -OutputMode Single -Title 'Imported Modules'
11- pwsh - noprofile - command " Import-Module -verbose '$PSScriptRoot /module/Microsoft.PowerShell.ConsoleGuiTools'; Get-Module -all | Out-ConsoleGridView -OutputMode Single -Title 'Imported Modules' -Filter power"
9+ # Run what was built as a bit of test of:
10+ # - Scale: recursive ls of the project
11+ # - Filter: proving regex works
12+ # - SelectMultiple
13+ pwsh - noprofile - command " Import-Module -verbose '$PSScriptRoot /module/Microsoft.PowerShell.ConsoleGuiTools'; Get-ChildItem -Recurse | Out-ConsoleGridView -OutputMode Multiple -Title 'Imported Modules' -Filter \.xml"
You can’t perform that action at this time.
0 commit comments