diff --git a/Directory.Build.props b/Directory.Build.props
index 69a3cd1524c..a1591f551bf 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -24,7 +24,7 @@
true
true
$(MSBuildThisFileDirectory)
- true
+ true
true
true
@@ -61,7 +61,7 @@
necessary as the output of this leg is used in other CI source build legs. Those could be
targeting NetCurrent or NetPrevious hence we must produce both.
-->
-
+
$(NetCurrent)
$(DefaultNetCoreTargetFramework);$(NetPrevious)
@@ -71,7 +71,7 @@
-
+
$(NetCurrent)
$(DefaultNetCoreTargetFramework)
diff --git a/eng/AfterSigning.targets b/eng/AfterSigning.targets
index e334d9498ec..68095f7bcf0 100644
--- a/eng/AfterSigning.targets
+++ b/eng/AfterSigning.targets
@@ -1,6 +1,6 @@
-
+
$(ArtifactsDir)VSSetup\
Microsoft.VisualStudio.RazorExtension.vsix
@@ -27,7 +27,7 @@
AfterTargets="GenerateVisualStudioInsertionManifests"
Inputs="$(_RazorAssemblyVersion)"
Outputs="$(_DependentAssemblyVersionsFile)"
- Condition="'$(OS)'=='WINDOWS_NT' AND '$(ArcadeBuildFromSource)' != 'true'">
+ Condition="'$(OS)'=='WINDOWS_NT' AND '$(DotNetBuildSourceOnly)' != 'true'">
<_AssemblyVersionEntry Include="RazorRuntimeAssembly" />
<_AssemblyVersionEntry Include="RazorToolingAssembly" />
diff --git a/eng/Publishing.props b/eng/Publishing.props
index 3df1479c419..9344f044ddc 100644
--- a/eng/Publishing.props
+++ b/eng/Publishing.props
@@ -27,7 +27,7 @@
-
+
false
diff --git a/eng/configure-toolset.sh b/eng/configure-toolset.sh
index ea92acd6a37..d2960729c45 100644
--- a/eng/configure-toolset.sh
+++ b/eng/configure-toolset.sh
@@ -2,6 +2,6 @@
# We could potentially try to find an existing installation that has all the required runtimes,
# but it's unlikely one will be available.
-if [ "${DotNetBuildFromSource:-false}" = false ]; then
+if [ "${DotNetBuildSourceOnly:-false}" = false ]; then
use_installed_dotnet_cli="false"
fi
diff --git a/eng/scripts/ci-source-build.sh b/eng/scripts/ci-source-build.sh
index e5a239038f2..ab089ab3804 100755
--- a/eng/scripts/ci-source-build.sh
+++ b/eng/scripts/ci-source-build.sh
@@ -9,7 +9,7 @@ set -euo pipefail
scriptroot="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
reporoot="$(dirname "$(dirname "$scriptroot")")"
-export DotNetBuildFromSource='true'
+export DotNetBuildSourceOnly='true'
# Build repo tasks
"$reporoot/eng/common/build.sh" --restore --build --ci --configuration Release /p:ProjectToBuild=$reporoot/eng/tools/RepoTasks/RepoTasks.csproj "$@"
diff --git a/src/Compiler/Directory.Build.props b/src/Compiler/Directory.Build.props
index 763964e802d..a88dd817d68 100644
--- a/src/Compiler/Directory.Build.props
+++ b/src/Compiler/Directory.Build.props
@@ -37,7 +37,7 @@
$(WarningsNotAsErrors);xUnit1004
-
+
diff --git a/src/Compiler/Directory.Packages.props b/src/Compiler/Directory.Packages.props
index 7154276a074..d451245fac9 100644
--- a/src/Compiler/Directory.Packages.props
+++ b/src/Compiler/Directory.Packages.props
@@ -1,7 +1,7 @@
<_RoslynPackageVersion>4.9.2
- <_RoslynPackageVersion Condition="'$(DotNetBuildFromSource)' == 'true'">$(MicrosoftCodeAnalysisCommonPackageVersion)
+ <_RoslynPackageVersion Condition="'$(DotNetBuildSourceOnly)' == 'true'">$(MicrosoftCodeAnalysisCommonPackageVersion)
diff --git a/src/Shared/Directory.Build.props b/src/Shared/Directory.Build.props
index 22e7f16332f..e269e4a7fe1 100644
--- a/src/Shared/Directory.Build.props
+++ b/src/Shared/Directory.Build.props
@@ -14,7 +14,7 @@
LatestMajor
-
+