From 5a6b96edd28997306328b53162495dce13ff175a Mon Sep 17 00:00:00 2001 From: Eric StJohn Date: Fri, 2 Aug 2019 08:27:28 -0700 Subject: [PATCH] Rename OfflineBuild property to DotNetBuildOffline (dotnet/corefx#39926) * Rename OfflineBuild property to DotNetBuildOffline * Change sequencing of _RedefineNotSupportedSourceFile When running as an initial target _RedefineNotSupportedSourceFile would run too many times, as currently the config system will evaluate projects under the parent project's Configuration. Commit migrated from https://github.com/dotnet/corefx/commit/1ea5d5816f31b237252b6b369560d103683329b1 --- eng/notSupported.SourceBuild.targets | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/notSupported.SourceBuild.targets b/eng/notSupported.SourceBuild.targets index a6a0f11..373fc1d 100644 --- a/eng/notSupported.SourceBuild.targets +++ b/eng/notSupported.SourceBuild.targets @@ -1,24 +1,24 @@ - - + - + <_notSupportedSourceDirectory>$([MSBuild]::NormalizeDirectory('$(DotNetSourceBuildIntermediatePath)', '$(MSBuildProjectName)', '$(TargetGroup)-$(OSGroup)')) $(_notSupportedSourceDirectory)$(TargetName).notsupported.cs + + - - - - - - + + + -- 2.7.4