1
0
Форкнуть 0

Updating common targets to capture DNU output

This commit is contained in:
Sergei Nikitin 2015-05-20 14:16:15 -07:00
Родитель 19f7ae4169
Коммит cf77b84474
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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>