Skip to content

Commit

Permalink
Add back some IL-merging even if it doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
vbfox committed May 2, 2017
1 parent e80a9d9 commit 7ce798a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ Task "Pack" [] <| fun _ ->
(fun p ->
{ p with
Libraries = !! (appBinDir </> "*.dll")
ToolPath = rootDir </> "ilrepack.exe"
SearchDirectories = [appBinDir]
ToolPath = rootDir </> "packages" </> "ILRepack" </> "tools" </> "ilrepack.exe"
})
(artifactsDir </> "merged.exe")
(appBinDir </> "stidgen.exe")
Expand Down
1 change: 1 addition & 0 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ nuget NFluent ~> 1.3
nuget FAKE
nuget SourceLink.Fake ~> 1.1
github fsharp/FAKE modules/Octokit/Octokit.fsx
nuget ILRepack
1 change: 1 addition & 0 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ NUGET
System.Threading.ThreadPool (>= 4.0.10) - framework: >= netstandard16
System.Threading.Timer (>= 4.0.1) - framework: >= netstandard16
System.ValueTuple (>= 4.3) - framework: >= net10, netstandard10, netstandard11, netstandard12, netstandard13, netstandard14, netstandard15
ILRepack (2.0.12)
ManagedEsent (1.9.4) - framework: >= net46
Microsoft.Bcl (1.1.10) - framework: net10, net11, net20, net30, net35, net40, net40-full
Microsoft.Bcl.Build (>= 1.0.14)
Expand Down

0 comments on commit 7ce798a

Please sign in to comment.