mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 11:37:12 +01: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"/>
|
Lines="^$(OutputPath)$(TargetName).$(OutputType);" Encoding="Unicode"/>
|
||||||
<Exec Condition="'$(VcpkgConfiguration)' == 'Debug'"
|
<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"
|
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" />
|
<Output TaskParameter="ConsoleOutput" ItemName="ReferenceCopyLocalPaths" />
|
||||||
</Exec>
|
</Exec>
|
||||||
<Exec Condition="'$(VcpkgConfiguration)' == 'Release'"
|
<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"
|
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" />
|
<Output TaskParameter="ConsoleOutput" ItemName="ReferenceCopyLocalPaths" />
|
||||||
</Exec>
|
</Exec>
|
||||||
</Target>
|
</Target>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user