File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
src/SourceBuild/content/eng/tools Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 23
23
<CallTarget Targets ="
24
24
UnpackTarballs;
25
25
BuildXPlatTasks;
26
- PatchPackageVersions;
27
26
BuildLeakDetection;
28
27
ExtractToolPackage;
29
28
GenerateRootFs;
119
118
<WriteLinesToFile File =" $(CompletedSemaphorePath)BuildXPlatTasks.complete" Overwrite =" true" />
120
119
</Target >
121
120
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
-
132
121
<Target Name =" BuildLeakDetection"
133
122
DependsOnTargets =" ExtractToolPackage"
134
123
Inputs =" $(MSBuildProjectFullPath)"
You can’t perform that action at this time.
0 commit comments