mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
This commits a bazel-based build system for C# using `rules_dotnet`. External dependencies are managed via `paket`, and updates to the generated bazel files are done via `./update-deps.sh`. We're providing our own (minimal) test runner for `xunit` tests.
7 lines
249 B
Plaintext
7 lines
249 B
Plaintext
# this file should contain bazel settings required to build things from `semmle-code`
|
|
|
|
common --registry=file:///%workspace%/ql/misc/bazel/registry
|
|
common --registry=https://bcr.bazel.build
|
|
|
|
common --@rules_dotnet//dotnet/settings:strict_deps=false
|