Reduce the verbosity of optdata sync on stdout (#12543)
authorDaniel Podder <dapodd@microsoft.com>
Thu, 29 Jun 2017 09:05:38 +0000 (04:05 -0500)
committerGitHub <noreply@github.com>
Thu, 29 Jun 2017 09:05:38 +0000 (04:05 -0500)
commite6fe4aad7fdc7cf4db42753e8ad6e73fa0a7db15
treec3a6da59a37de97d0a2ea9418df183d041e8146b
parent03bec77fb4efaa397248a2b9a35c547522221447
Reduce the verbosity of optdata sync on stdout (#12543)

Set the "StandardOutputImportance" attribute on the RestoreOptData
target to low, matching the "RestoreNETCorePlatforms" target. Logging
to sync.log remains verbose, but stdout on the console is made much less
verbose.

Fixes #12127
build.proj