about summary refs log tree commit diff
path: root/pkgs/development/compilers/dotnet/patch-restored-packages.proj
blob: 17afb946565f1581f5a6a1ce3eb4217b33e80759 (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>