Skip to content

Commit 4a286ce

Browse files
rainersigwaldarturcic
authored andcommitted
Revert MSBUILDSINGLELOADCONTEXT
This reverts commit 3f5392e, but leaves the SDK at 3.1.201.
1 parent 4300de4 commit 4a286ce

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ on:
1616

1717
env:
1818
DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX: 2
19-
MSBUILDSINGLELOADCONTEXT: 1
2019
ENABLED_MULTI_STAGE_BUILD: true
2120
ENABLED_UNIT_TESTS: true
2221
ENABLED_PUBLISH_DOCKER: true

azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ pr:
1212
variables:
1313
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 'true'
1414
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'
15-
MSBUILDSINGLELOADCONTEXT: 1
1615

1716
stages:
1817
- stage: Build

build/utils/docker.cake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,13 @@ DockerContainerRunSettings GetDockerRunSettings(BuildParameters parameters)
126126
settings.Env = new[]
127127
{
128128
"TF_BUILD=true",
129-
"MSBUILDSINGLELOADCONTEXT=1",
130129
$"BUILD_SOURCEBRANCH={Context.EnvironmentVariable("BUILD_SOURCEBRANCH")}"
131130
};
132131
}
133132
if (parameters.IsRunningOnGitHubActions) {
134133
settings.Env = new[]
135134
{
136135
"GITHUB_ACTIONS=true",
137-
"MSBUILDSINGLELOADCONTEXT=1",
138136
$"GITHUB_REF={Context.EnvironmentVariable("GITHUB_REF")}"
139137
};
140138
}

0 commit comments

Comments
 (0)