Use new documentation wording for config

This commit is contained in:
Dave Lee
2018-02-02 13:07:05 -08:00
parent dc1356a474
commit eee75a4c02
+1 -1
View File
@@ -427,7 +427,7 @@ targets:
### Common Build Action options
The different actions share some properties:
- [x] **config**: **String** - All build actions can be set to use a certain config. If this is not set the first configuration found of a certain type will be used, depending on the type:
- [ ] **config**: **String** - All build actions can be set to use a certain config. If a config, or the build action itself, is not defined the first configuration found of a certain type will be used, depending on the type:
- `debug`: run, test, analyze
- `release`: profile, archive
- [ ] **commandLineArguments**: **[String:Bool]** - `run`, `test` and `profile` actions have a map of command line arguments to whether they are enabled