Skip to content

Commit

Permalink
Pass ForceNoAlign to ensure msbuild output is parseable by the vscode…
Browse files Browse the repository at this point in the history
… problem matcher
  • Loading branch information
dibarbet committed Sep 12, 2023
1 parent 34b3d19 commit 7245ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export class AssetGenerator {
}

commandArgs.push('/property:GenerateFullPaths=true');
commandArgs.push('/consoleloggerparameters:NoSummary');
commandArgs.push('/consoleloggerparameters:NoSummary;ForceNoAlign');
}

private getBuildProjectPath(): string | null {
Expand Down

0 comments on commit 7245ba6

Please sign in to comment.