Cleanup disabled ExtractLinkerPackageToCache linker target (#12164)
This commit is contained in:
parent
1c32c5f845
commit
a3e91ed179
1 changed files with 0 additions and 20 deletions
|
@ -18,26 +18,6 @@
|
|||
<UseSourceBuiltSdkOverride Include="@(ArcadeSdkOverride)" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- Extract this package into packages dir, because repos assume it's restored as a tool. -->
|
||||
<!-- TODO: Determine if this is still required. See https://github.com/dotnet/source-build/issues/2291 -->
|
||||
<!-- <Target Name="ExtractLinkerPackageToCache"
|
||||
AfterTargets="Package"
|
||||
Inputs="$(MSBuildProjectFullPath)"
|
||||
Outputs="$(RepoCompletedSemaphorePath)ExtractLinkerPackageToCache.complete">
|
||||
<PropertyGroup>
|
||||
<ILLinkTasksPackageFile>$(PackagesOutput)/$(ILLinkTasksPackageId).$(OutputPackageVersion).nupkg</ILLinkTasksPackageFile>
|
||||
<ILLinkTasksPackageIdToLower>$(ILLinkTasksPackageId.ToLowerInvariant())</ILLinkTasksPackageIdToLower>
|
||||
</PropertyGroup>
|
||||
|
||||
<Message Importance="high" Text="Extracting $(ILLinkTasksPackageFile) to package cache..." />
|
||||
|
||||
<ZipFileExtractToDirectory SourceArchive="$(ILLinkTasksPackageFile)"
|
||||
DestinationDirectory="$(PackagesDir)$(ILLinkTasksPackageIdToLower)/$(OutputPackageVersion)/"
|
||||
OverwriteDestination="true" />
|
||||
|
||||
<WriteLinesToFile File="$(RepoCompletedSemaphorePath)ExtractLinkerPackageToCache.complete" Overwrite="true" />
|
||||
</Target> -->
|
||||
|
||||
<!-- Replace file includes in nuspec as recommended in the linker repo's ./corebuild/README.md -->
|
||||
<Target Name="ReplaceNuspecDllIncludeLines" BeforeTargets="Build" Condition="'$(TargetOS)' != 'Windows_NT'">
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue