Disable Stylecop on debug config
This commit is contained in:
4
make.ps1
4
make.ps1
@@ -110,8 +110,8 @@ function Test-Command
|
||||
|
||||
function Check-Command
|
||||
{
|
||||
Write-Host "Compiling in debug configuration..." -ForegroundColor Cyan
|
||||
dotnet build -c Debug --nologo -p:TargetPlatform=win-x64
|
||||
Write-Host "Compiling in Debug configuration..." -ForegroundColor Cyan
|
||||
dotnet build -c Debug --nologo -warnaserror -p:TargetPlatform=win-x64
|
||||
if ($lastexitcode -ne 0)
|
||||
{
|
||||
Write-Host "Build failed." -ForegroundColor Red
|
||||
|
||||
Reference in New Issue
Block a user