File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<GitHubRepositoryName >aspnetcore</GitHubRepositoryName >
5
5
<SourceBuildManagedOnly >true</SourceBuildManagedOnly >
6
- <CloneSubmodulesToInnerSourceBuildRepo >false</CloneSubmodulesToInnerSourceBuildRepo >
7
6
</PropertyGroup >
8
7
9
8
<Target Name =" PrepareGlobalJsonForSourceBuild"
14
13
WorkingDirectory =" $(InnerSourceBuildRepoRoot)" />
15
14
</Target >
16
15
17
- <!--
18
- Init submodules - temporarary workaround for https://github.com/dotnet/sourcelink/pull/653
19
- -->
20
- <Target Name =" InitSubmodules"
21
- DependsOnTargets =" PrepareInnerSourceBuildRepoRoot"
22
- BeforeTargets =" RunInnerSourceBuildCommand" >
23
-
24
- <Exec
25
- Command =" git submodule update --init --recursive"
26
- WorkingDirectory =" $(InnerSourceBuildRepoRoot)"
27
- EnvironmentVariables =" @(InnerBuildEnv)" />
28
- </Target >
29
-
30
16
<!--
31
17
Remove inner source .globalconfig file as both the inner and outer config files get loaded and cause a conflict.
32
18
Leaving the inner will cause all conflicting settings to be ignored.
You can’t perform that action at this time.
0 commit comments