Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
purkhusid committed Apr 19, 2021
1 parent df3712a commit e3d9f84
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion fsharp/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ load("//:defs.bzl", "proto_plugin")

proto_plugin(
name = "fsharp_plugin",
options = ["no_server", "no_client"],
options = [
"no_server",
"no_client",
],
outputs = ["{basename|pascal}.fs"],
protoc_plugin_name = "fsharp",
separate_options_flag = True,
Expand All @@ -27,4 +30,7 @@ sh_binary(
"@bazel_tools//tools/bash/runfiles",
"@protoc-gen-fsharp//:bin",
],
toolchains = [
"@io_bazel_rules_dotnet//dotnet:toolchain_type_csharp_core",
],
)

0 comments on commit e3d9f84

Please sign in to comment.