Skip to content

Commit 6b87bc3

Browse files
committed
Remove workaround for dotnet/source-build#3121
dotnet/source-build#3121 was closed
1 parent 625f6c6 commit 6b87bc3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/SourceBuild/content/eng/tools/init-build.proj

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<CallTarget Targets="
2424
UnpackTarballs;
2525
BuildXPlatTasks;
26-
PatchPackageVersions;
2726
BuildLeakDetection;
2827
ExtractToolPackage;
2928
GenerateRootFs;
@@ -119,16 +118,6 @@
119118
<WriteLinesToFile File="$(CompletedSemaphorePath)BuildXPlatTasks.complete" Overwrite="true" />
120119
</Target>
121120

122-
<!-- TODO: Remove this when the .NET 8 artifacts tarball no longer includes MicrosoftAspNetCoreAppRuntimePackageVersion -->
123-
<Target Name="PatchPackageVersions">
124-
<!-- Rename MicrosoftAspNetCoreAppRuntimePackageVersion so it isn't used
125-
Fixes https://github.com/dotnet/installer/issues/14492 -->
126-
<ReplaceRegexInFiles
127-
InputFiles="$(IntermediatePath)PreviouslySourceBuiltPackageVersions.props"
128-
OldTextRegex="\bMicrosoftAspNetCoreAppRuntimePackageVersion\b"
129-
NewText="__unused" />
130-
</Target>
131-
132121
<Target Name="BuildLeakDetection"
133122
DependsOnTargets="ExtractToolPackage"
134123
Inputs="$(MSBuildProjectFullPath)"

0 commit comments

Comments
 (0)