C#: Add binlog support to buildless with source generator support

This commit is contained in:
Tamas Vajk
2024-05-24 14:41:23 +02:00
parent b2d2f2d0d8
commit 31ad195dc3
23 changed files with 240 additions and 45 deletions

View File

@@ -65,3 +65,9 @@ options:
- progress+++
type: string
pattern: "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
binlog:
title: Binlog
description: >
[EXPERIMENTAL] The value is a path to the MsBuild binary log file that should be extracted.
This option only works when `--build-mode none` is also specified.
type: string