Skip to content

Commit

Permalink
Change the Verbosity Flag to -v to only the .net project references it.
Browse files Browse the repository at this point in the history
  • Loading branch information
louisfischer committed Apr 14, 2024
1 parent 4d370b0 commit 0b1eb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export async function runProject(
const exitCode = await exec(dotnetRun, [
'--project', csprojPath,
'--no-launch-profile',
'--verbosity', 'minimal',
'-v', 'minimal',
'--configuration', 'Release',
`--paths_tools="${toolsDir}"`,
...cakeParams
Expand Down

0 comments on commit 0b1eb32

Please sign in to comment.