Rename OfflineBuild property to DotNetBuildOffline (dotnet/corefx#39926)
authorEric StJohn <ericstj@microsoft.com>
Fri, 2 Aug 2019 15:27:28 +0000 (08:27 -0700)
committerGitHub <noreply@github.com>
Fri, 2 Aug 2019 15:27:28 +0000 (08:27 -0700)
commit5a6b96edd28997306328b53162495dce13ff175a
treea02103de4570cd764a60edf5ff7378c6df1afba6
parent69a565e66ccbaa80f8b3ba00582f15fffb01095b
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