Skip to content

Commit 9b049bd

Browse files
Remove source-build workaround for sourcelink submodule issue (#39324)
1 parent 6aa132d commit 9b049bd

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

eng/SourceBuild.props

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<GitHubRepositoryName>aspnetcore</GitHubRepositoryName>
55
<SourceBuildManagedOnly>true</SourceBuildManagedOnly>
6-
<CloneSubmodulesToInnerSourceBuildRepo>false</CloneSubmodulesToInnerSourceBuildRepo>
76
</PropertyGroup>
87

98
<Target Name="PrepareGlobalJsonForSourceBuild"
@@ -14,19 +13,6 @@
1413
WorkingDirectory="$(InnerSourceBuildRepoRoot)" />
1514
</Target>
1615

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-
3016
<!--
3117
Remove inner source .globalconfig file as both the inner and outer config files get loaded and cause a conflict.
3218
Leaving the inner will cause all conflicting settings to be ignored.

0 commit comments

Comments
 (0)