mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C++: Move to new packaging rules.
This commit is contained in:
@@ -33,7 +33,7 @@ def codeql_xunit_test(name, **kwargs):
|
||||
**kwargs
|
||||
)
|
||||
|
||||
def codeql_csharp_binary(name, language_prefix = "csharp", **kwargs):
|
||||
def codeql_csharp_binary(name, **kwargs):
|
||||
kwargs.setdefault("nullable", "enable")
|
||||
kwargs.setdefault("target_frameworks", [TARGET_FRAMEWORK])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user