Updating common targets to capture DNU output
This commit is contained in:
Родитель
19f7ae4169
Коммит
cf77b84474
|
@ -8,6 +8,8 @@
|
|||
<Exec Command="$(Dnu) restore" WorkingDirectory="$(MSBuildProjectDirectory)" ConsoleToMSBuild="true">
|
||||
<Output TaskParameter="ConsoleOutput" PropertyName="OutputOfExec" />
|
||||
</Exec>
|
||||
<Message Text="OutputOfExec"/>
|
||||
<Message Text="==== DNU Output:" Importance="high"/>
|
||||
<Message Text="$(OutputOfExec)" Importance="high"/>
|
||||
<Message Text="==== End of DNU Output" Importance="high"/>
|
||||
</Target>
|
||||
</Project>
|
Загрузка…
Ссылка в новой задаче