diff --git a/Directory.Build.props b/Directory.Build.props index 59e18288ab..04449588c7 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -24,7 +24,7 @@ true true $(MSBuildThisFileDirectory) - true + true true true @@ -55,7 +55,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) @@ -65,7 +65,7 @@ - + $(NetCurrent) $(DefaultNetCoreTargetFramework) diff --git a/eng/AfterSigning.targets b/eng/AfterSigning.targets index e334d9498e..68095f7bcf 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 3df1479c41..9344f044dd 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 ea92acd6a3..d2960729c4 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 e5a239038f..ab089ab380 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 763964e802..a88dd817d6 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 7154276a07..d451245fac 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 22e7f16332..e269e4a7fe 100644 --- a/src/Shared/Directory.Build.props +++ b/src/Shared/Directory.Build.props @@ -14,7 +14,7 @@ LatestMajor - +