Skip to content

Commit

Permalink
use custom ilrepack.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Walmsley committed Nov 30, 2022
1 parent 3432d2b commit ead8be7
Show file tree
Hide file tree
Showing 4 changed files with 3,140 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "src/Markup/Avalonia.Markup.Xaml/XamlIl/xamlil.github"]
path = src/Markup/Avalonia.Markup.Xaml.Loader/xamlil.github
url = https://github.com/kekekeks/XamlX.git
[submodule "nukebuild/il-repack"]
path = nukebuild/il-repack
url = https://github.com/Gillibald/il-repack
4 changes: 4 additions & 0 deletions nukebuild/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@
<Compile Include="Numerge/Numerge/**/*.cs" />
</ItemGroup>

<ItemGroup>
<Compile Remove="il-repack\ILRepack\Application.cs" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions nukebuild/il-repack
Submodule il-repack added at 892f07

0 comments on commit ead8be7

Please sign in to comment.