Skip to content

Commit d92ce62

Browse files
committed
Updated TeamCity scripts.
1 parent aa854b4 commit d92ce62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.teamcity/settings.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ object DebugBuild : BuildType({
9494
}
9595

9696
dependencies {
97-
dependency(AbsoluteId("PostSharp_PostSharp20250_BuildDistribution")) {
97+
dependency(AbsoluteId("PostSharpGitHub_PostSharp20250_BuildDistribution")) {
9898
snapshot {
9999
onDependencyFailure = FailureAction.FAIL_TO_START
100100
}
@@ -179,7 +179,7 @@ object ReleaseBuild : BuildType({
179179
}
180180

181181
dependencies {
182-
dependency(AbsoluteId("PostSharp_PostSharp20250_BuildDistribution")) {
182+
dependency(AbsoluteId("PostSharpGitHub_PostSharp20250_BuildDistribution")) {
183183
snapshot {
184184
onDependencyFailure = FailureAction.FAIL_TO_START
185185
}
@@ -264,7 +264,7 @@ object PublicBuild : BuildType({
264264
}
265265

266266
dependencies {
267-
dependency(AbsoluteId("PostSharp_PostSharp20250_BuildDistribution")) {
267+
dependency(AbsoluteId("PostSharpGitHub_PostSharp20250_BuildDistribution")) {
268268
snapshot {
269269
onDependencyFailure = FailureAction.FAIL_TO_START
270270
}
@@ -335,7 +335,7 @@ object PublicDeployment : BuildType({
335335
}
336336

337337
dependencies {
338-
dependency(AbsoluteId("PostSharp_PostSharp20250_BuildDistribution")) {
338+
dependency(AbsoluteId("PostSharpGitHub_PostSharp20250_BuildDistribution")) {
339339
snapshot {
340340
onDependencyFailure = FailureAction.FAIL_TO_START
341341
}
@@ -383,7 +383,7 @@ object PublicUpdateSearch : BuildType({
383383
path = "Build.ps1"
384384
}
385385
noProfile = false
386-
scriptArgs = "tools search update https://typesense.postsharp.net postsharpdoc https://doc-production.postsharp.net/sitemap.xml --ignore-tls %UpdateSearchArguments%"
386+
scriptArgs = "search update %UpdateSearchArguments%"
387387
}
388388
}
389389

0 commit comments

Comments
 (0)