Skip to content

Commit 41bd1f8

Browse files
authored
Remove obsolete SB infra
This can now be removed as SB doesn't do inner clones anymore.
1 parent b7fcd33 commit 41bd1f8

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

eng/DotNetBuild.props

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
11
<!-- When altering this file, please include @dotnet/product-construction as a reviewer. -->
2-
32
<Project>
43

5-
<PropertyGroup>
6-
<GitHubRepositoryName>aspnetcore</GitHubRepositoryName>
7-
<SourceBuildManagedOnly>true</SourceBuildManagedOnly>
8-
</PropertyGroup>
9-
10-
<!--
11-
Remove inner source .globalconfig file as both the inner and outer config files get loaded and cause a conflict.
12-
Leaving the inner will cause all conflicting settings to be ignored.
13-
https://learn.microsoft.com/dotnet/fundamentals/code-analysis/configuration-files#general-options.
14-
This only needs to be done if there is an inner clone.
15-
-->
16-
<Target Name="RemoveInnerGlobalConfig"
17-
DependsOnTargets="PrepareInnerSourceBuildRepoRoot"
18-
BeforeTargets="RunInnerSourceBuildCommand"
19-
Condition="'$(DotNetBuildOrchestrator)' != 'true'">
20-
21-
<Delete Files="$(InnerSourceBuildRepoRoot).globalconfig" />
22-
</Target>
23-
244
<!-- Build RepoTasks - this is normally triggered via the build script but the inner ArPow source-build is run via msbuild.
255
https://github.com/dotnet/source-build/issues/3807 -->
266
<Target Name="BuildRepoTasks"
@@ -59,20 +39,4 @@
5939
Condition="'$(OS)' == 'Windows_NT'" />
6040
</Target>
6141

62-
<Target Name="GetAspnetcoreCategorizedIntermediateNupkgContents"
63-
BeforeTargets="GetCategorizedIntermediateNupkgContents">
64-
<PropertyGroup>
65-
<InstallersArtifactsDir>$(CurrentRepoSourceBuildArtifactsDir)\installers\$(Configuration)\</InstallersArtifactsDir>
66-
</PropertyGroup>
67-
68-
<ItemGroup>
69-
<!--
70-
Add the internal installers artifacts required by dotnet/installer.
71-
-->
72-
<IntermediateNupkgArtifactFile Include="$(InstallersArtifactsDir)aspnetcore_base_runtime.version" />
73-
<IntermediateNupkgArtifactFile Include="$(InstallersArtifactsDir)aspnetcore-runtime-*.msi" />
74-
<IntermediateNupkgArtifactFile Include="$(InstallersArtifactsDir)aspnetcore-runtime-*.pkg" />
75-
</ItemGroup>
76-
</Target>
77-
7842
</Project>

0 commit comments

Comments
 (0)