Actually make dotnet-config configurable

This commit is contained in:
Benedikt Reinartz 2021-12-13 18:29:39 +01:00 коммит произвёл GitHub
Родитель c282eadea8
Коммит f6761de7be
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -15,7 +15,7 @@ class BuildDotnet(Command):
"""Build command for dotnet-cli based builds"""
description = "Build DLLs with dotnet-cli"
user_options = [("dotnet-config", None, "dotnet build configuration")]
user_options = [("dotnet-config=", None, "dotnet build configuration")]
def initialize_options(self):
self.dotnet_config = "release"