Skip to content

Commit 804d790

Browse files
committed
Fixing search index update. Updated engineering.
1 parent ddbf348 commit 804d790

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.teamcity/settings.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ object PublicUpdateSearch : BuildType({
383383
path = "Build.ps1"
384384
}
385385
noProfile = false
386-
scriptArgs = "tools search update https://0fpg9nu41dat6boep.a1.typesense.net postsharpdoc https://doc-production.postsharp.net/il/sitemap.xml --ignore-tls %UpdateSearchArguments%"
386+
scriptArgs = "tools search update https://0fpg9nu41dat6boep.a1.typesense.net postsharpdoc https://doc-production.postsharp.net/sitemap.xml --ignore-tls %UpdateSearchArguments%"
387387
}
388388
}
389389

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<!-- Set versions of dependencies that need special treatment or consist of multiple packages of the same version. -->
77
<PropertyGroup>
8-
<PostSharpEngineeringVersion Condition="'$(PostSharpEngineeringVersion)'==''">2023.2.151</PostSharpEngineeringVersion>
8+
<PostSharpEngineeringVersion Condition="'$(PostSharpEngineeringVersion)'==''">2023.2.162</PostSharpEngineeringVersion>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageVersion Include="PostSharp.Engineering.BuildTools" Version="$(PostSharpEngineeringVersion)" />

eng/src/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
new UpdateSearchProductExtension<UpdatePostSharpDocumentationCommand>(
6262
"https://0fpg9nu41dat6boep.a1.typesense.net",
6363
"postsharpdoc",
64-
"https://doc-production.postsharp.net/il/sitemap.xml",
64+
"https://doc-production.postsharp.net/sitemap.xml",
6565
true )
6666
]
6767
};

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"rollForward": "minor"
55
},
66
"msbuild-sdks": {
7-
"PostSharp.Engineering.Sdk": "2023.2.151"
7+
"PostSharp.Engineering.Sdk": "2023.2.162"
88
}
99
}

0 commit comments

Comments
 (0)