Skip to content

Commit

Permalink
Removed patch files from the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Haplois committed Jan 31, 2022
1 parent afe140a commit 4929b0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
14 changes: 0 additions & 14 deletions eng/SourceBuild.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,4 @@
<InnerBuildArgs>$(InnerBuildArgs) -c $(Configuration)</InnerBuildArgs>
</PropertyGroup>

<!-- TODO: Remove once all patches have been removed. -->
<Target Name="ApplySourceBuildPatchFiles"
AfterTargets="PrepareInnerSourceBuildRepoRoot"
BeforeTargets="RunInnerSourceBuildCommand">
<ItemGroup>
<SourceBuildPatchFile Include="$(RepositoryEngineeringDir)source-build-patches\*.patch" />
</ItemGroup>

<Exec
Command="git --work-tree=$(InnerSourceBuildRepoRoot) apply --ignore-whitespace --whitespace=nowarn &quot;%(SourceBuildPatchFile.FullPath)&quot;"
WorkingDirectory="$(InnerSourceBuildRepoRoot)"
Condition="'@(SourceBuildPatchFile)' != ''" />
</Target>

</Project>
48 changes: 0 additions & 48 deletions eng/source-build-patches/0001-Build-for-NET-6.patch

This file was deleted.

0 comments on commit 4929b0c

Please sign in to comment.