Files
GacUI/.github/TaskLogs/copilotDebug_Stop.ps1
2026-02-03 16:13:37 -08:00

6 lines
195 B
PowerShell

. $PSScriptRoot\copilotShared.ps1
$cdbpath = GetCDBPath
$commandLine = "`"$($cdbpath)`" -remote npipe:server=.,pipe=VlppUnitTest -clines 0 -c `"qq`""
echo $commandLine
cmd.exe /S /C $commandLine