fix commandLineArguments example

This commit is contained in:
Yonas Kolb 2024-04-07 21:27:24 +10:00 committed by GitHub
parent 2a367acb0f
commit 9df3e62734
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1140,12 +1140,16 @@ schemes:
MyTarget2: [run, archive]
run:
config: prod-debug
commandLineArguments: "--option value"
commandLineArguments:
"-MyEnabledArg": true
"-MyDisabledArg": false
environmentVariables:
RUN_ENV_VAR: VALUE
test:
config: prod-debug
commandLineArguments: "--option testValue"
commandLineArguments:
"-MyEnabledArg": true
"-MyDisabledArg": false
gatherCoverageData: true
coverageTargets:
- MyTarget1