We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d45694 commit 4c216c5Copy full SHA for 4c216c5
src/PostSharp.Engineering.BuildTools/ContinuousIntegration/TeamCity/TeamCityProject.cs
@@ -63,20 +63,6 @@ void WriteProjectBody( TeamCityProject project )
63
64
writer.WriteLine();
65
66
- writer.WriteLine(
67
- """
68
- features {
69
- untrustedBuildsSettings {
70
- id = "UNTRUSTED_BUILD_SETTINGS_EXT"
71
- defaultAction = UntrustedBuildsSettings.DefaultAction.APPROVE
72
- enableLog = true
73
- approvalRules = "group:UNTRUSTED_BUILD_APPROVERS:1"
74
- }
75
76
- """ );
77
-
78
- writer.WriteLine();
79
80
var configurationsOrder = string.Join( ',', project._configurations.Select( c => c.ObjectName ).Concat( this._additionalBuildTypes ) );
81
writer.WriteLine( $" buildTypesOrder = arrayListOf({configurationsOrder})" );
82
0 commit comments