We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b271530 commit 0a73f81Copy full SHA for 0a73f81
src/SourceBuild/content/repo-projects/Directory.Build.targets
@@ -320,7 +320,7 @@
320
<PropertyGroup>
321
<FullCommand>$(BuildCommand)</FullCommand>
322
<FullCommand Condition="'$(LogVerbosityOptOut)' != 'true'">$(FullCommand) /v:$(LogVerbosity)</FullCommand>
323
- <FullCommand Condition="'$(MinimalConsoleLogOutput)' == 'true'">$(FullCommand) >> $(RepoConsoleLogFile) 2>&1</FullCommand>
+ <FullCommand Condition="'$(MinimalConsoleLogOutput)' == 'true'">$(FullCommand) > $(RepoConsoleLogFile) 2>&1</FullCommand>
324
</PropertyGroup>
325
326
<MakeDir Directories="$([System.IO.Path]::GetDirectoryName('$(RepoConsoleLogFile)'));
0 commit comments