Disable Stylecop on debug config

This commit is contained in:
teinarss
2021-09-17 19:05:36 +02:00
committed by abcdefg30
parent defaf92752
commit 279e7eb1c9
3 changed files with 5 additions and 6 deletions

View File

@@ -97,11 +97,11 @@ clean:
check:
@echo
@echo "Compiling in debug mode..."
@echo "Compiling in Debug mode..."
ifeq ($(RUNTIME), mono)
@$(MSBUILD) -t:build -restore -p:Configuration=Debug -p:TargetPlatform=$(TARGETPLATFORM) -p:Mono=true
@$(MSBUILD) -t:build -restore -p:Configuration=Debug -warnaserror -p:TargetPlatform=$(TARGETPLATFORM) -p:Mono=true
else
@$(DOTNET) build -c Debug -nologo -p:TargetPlatform=$(TARGETPLATFORM)
@$(DOTNET) build -c Debug -nologo -warnaserror -p:TargetPlatform=$(TARGETPLATFORM)
endif
ifeq ($(TARGETPLATFORM), unix-generic)
@./configure-system-libraries.sh