Skip to content

Commit

Permalink
Changed build.fsx and added snk file
Browse files Browse the repository at this point in the history
This way TikaOnDotNet can also be used from projects that use strong
names
  • Loading branch information
Sicos2002 committed Dec 7, 2016
1 parent 6a152f9 commit 053c984
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added TextExtraction.snk
Binary file not shown.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ let IKVMCompile workingDirectory tasks =
let rec compile (task:IKVMcTask) =
let getIKVMCommandLineArgs() =
let sb = Text.StringBuilder()
bprintf sb "-target:library -assembly:%s"
bprintf sb "-keyfile:..\TextExtraction.snk -target:library -assembly:%s"
(task.AssemblyName)
if not <| String.IsNullOrEmpty(task.Version)
then task.Version |> bprintf sb " -version:%s"
Expand Down

0 comments on commit 053c984

Please sign in to comment.