Delete target for SourceLink packages (#17912)
This commit is contained in:
parent
42d047d9f6
commit
c0563fe728
1 changed files with 0 additions and 10 deletions
|
@ -1,15 +1,5 @@
|
||||||
<Project>
|
<Project>
|
||||||
|
|
||||||
<Target Name="RemoveUninteresingToolingPackageReferences"
|
|
||||||
BeforeTargets="CollectPackageReferences">
|
|
||||||
<!-- The source-build infra doesn't need sourcelink. Avoid this prebuilt. -->
|
|
||||||
<ItemGroup>
|
|
||||||
<PackageReference Remove="Microsoft.SourceLink.GitHub" />
|
|
||||||
<PackageReference Remove="Microsoft.SourceLink.Vsts.Git" />
|
|
||||||
<PackageReference Remove="Microsoft.SourceLink.AzureRepos.Git" />
|
|
||||||
</ItemGroup>
|
|
||||||
</Target>
|
|
||||||
|
|
||||||
<Target Name="DetermineMicrosoftSourceBuildIntermediateInstallerVersion">
|
<Target Name="DetermineMicrosoftSourceBuildIntermediateInstallerVersion">
|
||||||
<!-- Manually load the installer version from the PVP. -->
|
<!-- Manually load the installer version from the PVP. -->
|
||||||
<XmlPeek XmlInputPath="$(IntermediatePath)PackageVersions.package-source-build.Current.props"
|
<XmlPeek XmlInputPath="$(IntermediatePath)PackageVersions.package-source-build.Current.props"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue