From 330a63479becd05ae76a6adafbf69b8d9f75346d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Thu, 4 Jan 2018 14:55:45 +0100 Subject: Add diagnostic messages to the build targets (#5171) * Add diagnostic messages to the build targets Two things: * Running ILC takes a while but we don't print any information about it. Print a message. * Invoking the publish from a clean command promt is something that will happen very often I assume. Make sure the failure message is more prescriptive. We'll want to make these messages localizable at some point... * Update Microsoft.NETCore.Native.Windows.props * Attempt to add macOS/Linux handling --- src/BuildIntegration/Microsoft.NETCore.Native.Unix.props | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/BuildIntegration/Microsoft.NETCore.Native.Unix.props') diff --git a/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props b/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props index 4c72de1d8..69539c5e1 100644 --- a/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props +++ b/src/BuildIntegration/Microsoft.NETCore.Native.Unix.props @@ -80,5 +80,11 @@ See the LICENSE file in the project root for more information. + + + + + + -- cgit v1.2.3