nixpkgs/pkgs/development/compilers/dotnet/patch-restored-packages.proj

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
343 B
Plaintext
Raw Normal View History

<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>