Reduce token usage
This commit is contained in:
@@ -22,9 +22,11 @@ try {
|
||||
"run",
|
||||
"--project",
|
||||
"RpgRoller/RpgRoller.csproj",
|
||||
"--verbosity"
|
||||
"minimal"
|
||||
"--urls",
|
||||
$BaseUrl
|
||||
) -WorkingDirectory $repoRoot -PassThru
|
||||
) -WorkingDirectory $repoRoot -PassThru -NoNewWindow
|
||||
|
||||
$response = $null
|
||||
for ($i = 0; $i -lt 60; $i++) {
|
||||
|
||||
Reference in New Issue
Block a user