We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c282ead commit f6761deCopy full SHA for f6761de
setup.py
@@ -15,7 +15,7 @@ class BuildDotnet(Command):
15
"""Build command for dotnet-cli based builds"""
16
17
description = "Build DLLs with dotnet-cli"
18
- user_options = [("dotnet-config", None, "dotnet build configuration")]
+ user_options = [("dotnet-config=", None, "dotnet build configuration")]
19
20
def initialize_options(self):
21
self.dotnet_config = "release"
0 commit comments