Skip to content

Commit 7ce798a

Browse files
committed
Add back some IL-merging even if it doesn't work
1 parent e80a9d9 commit 7ce798a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Diff for: build/build.fsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ Task "Pack" [] <| fun _ ->
220220
(fun p ->
221221
{ p with
222222
Libraries = !! (appBinDir </> "*.dll")
223-
ToolPath = rootDir </> "ilrepack.exe"
223+
SearchDirectories = [appBinDir]
224+
ToolPath = rootDir </> "packages" </> "ILRepack" </> "tools" </> "ilrepack.exe"
224225
})
225226
(artifactsDir </> "merged.exe")
226227
(appBinDir </> "stidgen.exe")

Diff for: paket.dependencies

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ nuget NFluent ~> 1.3
1818
nuget FAKE
1919
nuget SourceLink.Fake ~> 1.1
2020
github fsharp/FAKE modules/Octokit/Octokit.fsx
21+
nuget ILRepack

Diff for: paket.lock

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ NUGET
4141
System.Threading.ThreadPool (>= 4.0.10) - framework: >= netstandard16
4242
System.Threading.Timer (>= 4.0.1) - framework: >= netstandard16
4343
System.ValueTuple (>= 4.3) - framework: >= net10, netstandard10, netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
44+
ILRepack (2.0.12)
4445
ManagedEsent (1.9.4) - framework: >= net46
4546
Microsoft.Bcl (1.1.10) - framework: net10, net11, net20, net30, net35, net40, net40-full
4647
Microsoft.Bcl.Build (>= 1.0.14)

0 commit comments

Comments
 (0)