about summary refs log tree commit diff
path: root/pkgs/development/compilers/dotnet/patch-restored-packages.proj
blob: bef12d6308f946a44d9ab0be467c9969c8d30af9 (plain) (blame)
1
2
3
4
5
6
7
8
<Project>
  <Target Name="PatchIlasm" AfterTargets="ResolveIlToolPaths">
    <Exec Command="patch-nupkgs $(NUGET_PACKAGES) 2>&amp;1"/>
  </Target>
  <Target Name="PatchCrossgen" AfterTargets="Restore;_PrepareForReadyToRunCompilation;PrepareForCrossGen">
    <Exec Command="patch-nupkgs $(NUGET_PACKAGES) 2>&amp;1"/>
  </Target>
</Project>