We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Allow debug builds to be used in competitions.
Namespace: CodeJam.PerfTests.ConfigsAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public bool AllowDebugBuilds { get; set; }
VB
Public Property AllowDebugBuilds As Boolean Get Set
F#
abstract AllowDebugBuilds : bool with get, set override AllowDebugBuilds : bool with get, set
Type: Booleantrue if debug builds allowed; otherwise, false.
true
false
ICompetitionConfig.AllowDebugBuilds
ManualCompetitionConfig ClassCodeJam.PerfTests.Configs Namespace