mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 12:48:01 +08:00
[vcpkg integrate] Lower verbosity of MSBuild messages.
This commit is contained in:
parent
d9f770ad8d
commit
44810f267d
@ -57,12 +57,14 @@
|
||||
Lines="^$(OutputPath)$(TargetName).$(OutputType);" Encoding="Unicode"/>
|
||||
<Exec Condition="'$(VcpkgConfiguration)' == 'Debug'"
|
||||
Command="powershell.exe -ExecutionPolicy Unrestricted -noprofile -File %22$(MSBuildThisFileDirectory)applocal.ps1%22 %22$(TargetPath)%22 %22$(VcpkgRoot)debug\bin%22 %22$(TLogLocation)$(ProjectName).write.1u.tlog%22"
|
||||
ConsoleToMSBuild="true">
|
||||
ConsoleToMSBuild="true"
|
||||
StandardOutputImportance="Normal">
|
||||
<Output TaskParameter="ConsoleOutput" ItemName="ReferenceCopyLocalPaths" />
|
||||
</Exec>
|
||||
<Exec Condition="'$(VcpkgConfiguration)' == 'Release'"
|
||||
Command="powershell.exe -ExecutionPolicy Unrestricted -noprofile -File %22$(MSBuildThisFileDirectory)applocal.ps1%22 %22$(TargetPath)%22 %22$(VcpkgRoot)bin%22 %22$(TLogLocation)$(ProjectName).write.1u.tlog%22"
|
||||
ConsoleToMSBuild="true">
|
||||
ConsoleToMSBuild="true"
|
||||
StandardOutputImportance="Normal">
|
||||
<Output TaskParameter="ConsoleOutput" ItemName="ReferenceCopyLocalPaths" />
|
||||
</Exec>
|
||||
</Target>
|
||||
|
Loading…
x
Reference in New Issue
Block a user