Skip to content

Commit 3efc919

Browse files
committed
Tweaked build to have a better test at end
1 parent c254965 commit 3efc919

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Build.ps1

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# Build...
77
Invoke-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"

0 commit comments

Comments
 (0)