Skip to content

Commit f6761de

Browse files
authored
Actually make dotnet-config configurable
1 parent c282ead commit f6761de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class BuildDotnet(Command):
1515
"""Build command for dotnet-cli based builds"""
1616

1717
description = "Build DLLs with dotnet-cli"
18-
user_options = [("dotnet-config", None, "dotnet build configuration")]
18+
user_options = [("dotnet-config=", None, "dotnet build configuration")]
1919

2020
def initialize_options(self):
2121
self.dotnet_config = "release"

0 commit comments

Comments
 (0)