Skip to content

Commit 1c4a198

Browse files
committed
Fixed CRLF issues.
2 parents cca55a8 + 981019e commit 1c4a198

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+4551
-3328
lines changed

.teamcity/settings.kts

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ object PublicBuild : BuildType({
3131
"""
3232

3333
params {
34-
text("Build.Arguments", "", label = "DockerBuild.ps1 Arguments", description = "Arguments to append to the 'Build' build step.", allowEmpty = true)
34+
text(
35+
"Build.Arguments",
36+
"",
37+
label ="DockerBuild.ps1 Arguments",
38+
description = "Arguments to append to the 'Build' build step.", allowEmpty = true)
3539
param("Build.Timeout", "30")
3640
}
3741

@@ -102,7 +106,11 @@ object PublicDeployment : BuildType({
102106
type = Type.DEPLOYMENT
103107

104108
params {
105-
text("Publish.Arguments", "", label = "DockerBuild.ps1 Arguments", description = "Arguments to append to the 'Publish' build step.", allowEmpty = true)
109+
text(
110+
"Publish.Arguments",
111+
"",
112+
label ="DockerBuild.ps1 Arguments",
113+
description = "Arguments to append to the 'Publish' build step.", allowEmpty = true)
106114
param("Publish.Timeout", "30")
107115
}
108116

@@ -163,7 +171,11 @@ object VersionBump : BuildType({
163171
name = "Version Bump"
164172

165173
params {
166-
text("Bump.Arguments", "", label = "DockerBuild.ps1 Arguments", description = "Arguments to append to the 'Bump' build step.", allowEmpty = true)
174+
text(
175+
"Bump.Arguments",
176+
"",
177+
label ="DockerBuild.ps1 Arguments",
178+
description = "Arguments to append to the 'Bump' build step.", allowEmpty = true)
167179
param("Bump.Timeout", "15")
168180
}
169181

0 commit comments

Comments
 (0)