Enable UnloadProjectsOnCompletion to prevent OOM (#480)
This commit is contained in:
parent
84b038498a
commit
90922646bf
|
|
@ -50,11 +50,13 @@
|
|||
<MSBuild
|
||||
Projects="@(RepositoryKoreBuildProject)"
|
||||
Targets="Restore"
|
||||
Properties="PreflightRestore=true" />
|
||||
Properties="PreflightRestore=true"
|
||||
UnloadProjectsOnCompletion="true" />
|
||||
|
||||
<MSBuild
|
||||
Projects="@(RepositoryKoreBuildProject)"
|
||||
Targets="$(_RepositoryBuildTargets)" />
|
||||
Targets="$(_RepositoryBuildTargets)"
|
||||
UnloadProjectsOnCompletion="true" />
|
||||
|
||||
<ItemGroup>
|
||||
<RepositoryArtifacts Include="$(RepositoryArtifactsDirectory)*" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue