Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定の場所 (/src/resources ではない) にリソース (テンプレート ファイル) を含むプロジェクトがあります。を実行するときに、これらのリソースを一緒にパッケージ化したいと思いますpackage-bin。
package-bin
パッケージ オプションとパッケージ構成キーを見ましたが、パッケージングに影響を与えるためにそれらを使用できるかどうかわかりません。
追加の dir をリソースとして追加する 1 つの方法を次に示します。
unmanagedResourceDirectories in Compile <+= (baseDirectory) { (dir) => dir / "foo" }