-
Notifications
You must be signed in to change notification settings - Fork 35
Properties_T_CodeJam_PerfTests_Running_Core_AppConfigOptions
andrewvk edited this page Nov 8, 2016
·
1 revision
The AppConfigOptions type exposes the following members.
Name | Description | |
---|---|---|
AnnotateOnRun | Enables UpdateSourceAnnotations option. | |
IgnoreExistingAnnotations |
Enables IgnoreExistingAnnotations option. If set to true the PreviousRunLogUri value will be ignored. |
|
Loggers | Assembly-level loggers that should be used. Check the AppConfigLoggers for possible values. | |
PreviousRunLogUri | Sets the PreviousRunLogUri to the specified value. | |
ReportWarningsAsErrors | Enables ReportWarningsAsErrors option. | |
TargetPlatform | Target platform for the competition. | |
TroubleshootingMode | Enables DetailedLogging and AllowDebugBuilds options. Adds the TimingsExporter exporter. Also, the Loggers will be threated as if set to . |
AppConfigOptions Class
CodeJam.PerfTests.Running.Core Namespace