Skip to content

Commit fe55322

Browse files
committed
Fixed TC build.
1 parent 6df716f commit fe55322

7 files changed

Lines changed: 23 additions & 64 deletions

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ code/.local
2323
artifacts/
2424
/PostSharp.Documentation.Import.props
2525
*.g.props
26+
*.g.ps1
27+
*.g.json
2628
eng/tools
2729
packages/
2830
docfx/_*
29-
eng/docker-context/env.g.json
31+
32+
nuget.config
33+
global.json

.teamcity/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0"?>
22
<project>
33
<modelVersion>4.0.0</modelVersion>
4-
<name>PostSharp_PostSharpDocumentation Config DSL Script</name>
5-
<groupId>PostSharp_PostSharpDocumentation</groupId>
6-
<artifactId>PostSharp_PostSharpDocumentation_dsl</artifactId>
4+
<name>PostSharpGitHub_PostSharpDocumentation Config DSL Script</name>
5+
<groupId>PostSharpGitHub_PostSharpDocumentation</groupId>
6+
<artifactId>PostSharpGitHub_PostSharpDocumentation_dsl</artifactId>
77
<version>1.0-SNAPSHOT</version>
88

99
<parent>

.teamcity/settings.kts

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ object DebugBuild : BuildType({
3838
}
3939

4040
vcs {
41-
root(AbsoluteId("PostSharp_PostSharpDocumentation"))
41+
root(AbsoluteId("PostSharpGitHub_PostSharpDocumentation"))
4242
checkoutMode = CheckoutMode.ON_AGENT
4343
}
4444

@@ -73,7 +73,7 @@ object DebugBuild : BuildType({
7373
verbose = true
7474
}
7575
commitStatusPublisher {
76-
vcsRootExtId = "PostSharp_PostSharpDocumentation"
76+
vcsRootExtId = "PostSharpGitHub_PostSharpDocumentation"
7777
publisher = github {
7878
githubUrl = "https://api.github.com"
7979
authType = personalToken {
@@ -82,7 +82,7 @@ object DebugBuild : BuildType({
8282
}
8383
}
8484
pullRequests {
85-
vcsRootExtId = "PostSharp_PostSharpDocumentation"
85+
vcsRootExtId = "PostSharpGitHub_PostSharpDocumentation"
8686
provider = github {
8787
authType = token {
8888
token = "%env.GITHUB_TOKEN%"
@@ -96,7 +96,7 @@ pullRequests {
9696
}
9797

9898
dependencies {
99-
dependency(AbsoluteId("PostSharpGitHub_PostSharp20260_BuildDistribution")) {
99+
dependency(AbsoluteId("PostSharpGitHub_PostSharpGitHub20251_BuildDistribution")) {
100100
snapshot {
101101
onDependencyFailure = FailureAction.FAIL_TO_START
102102
}
@@ -127,7 +127,7 @@ object ReleaseBuild : BuildType({
127127
}
128128

129129
vcs {
130-
root(AbsoluteId("PostSharp_PostSharpDocumentation"))
130+
root(AbsoluteId("PostSharpGitHub_PostSharpDocumentation"))
131131
checkoutMode = CheckoutMode.ON_AGENT
132132
}
133133

@@ -162,7 +162,7 @@ object ReleaseBuild : BuildType({
162162
verbose = true
163163
}
164164
commitStatusPublisher {
165-
vcsRootExtId = "PostSharp_PostSharpDocumentation"
165+
vcsRootExtId = "PostSharpGitHub_PostSharpDocumentation"
166166
publisher = github {
167167
githubUrl = "https://api.github.com"
168168
authType = personalToken {
@@ -171,7 +171,7 @@ object ReleaseBuild : BuildType({
171171
}
172172
}
173173
pullRequests {
174-
vcsRootExtId = "PostSharp_PostSharpDocumentation"
174+
vcsRootExtId = "PostSharpGitHub_PostSharpDocumentation"
175175
provider = github {
176176
authType = token {
177177
token = "%env.GITHUB_TOKEN%"
@@ -185,7 +185,7 @@ pullRequests {
185185
}
186186

187187
dependencies {
188-
dependency(AbsoluteId("PostSharpGitHub_PostSharp20260_BuildDistribution")) {
188+
dependency(AbsoluteId("PostSharpGitHub_PostSharpGitHub20251_BuildDistribution")) {
189189
snapshot {
190190
onDependencyFailure = FailureAction.FAIL_TO_START
191191
}
@@ -216,7 +216,7 @@ object PublicBuild : BuildType({
216216
}
217217

218218
vcs {
219-
root(AbsoluteId("PostSharp_PostSharpDocumentation"))
219+
root(AbsoluteId("PostSharpGitHub_PostSharpDocumentation"))
220220
checkoutMode = CheckoutMode.ON_AGENT
221221
}
222222

@@ -251,7 +251,7 @@ object PublicBuild : BuildType({
251251
verbose = true
252252
}
253253
commitStatusPublisher {
254-
vcsRootExtId = "PostSharp_PostSharpDocumentation"
254+
vcsRootExtId = "PostSharpGitHub_PostSharpDocumentation"
255255
publisher = github {
256256
githubUrl = "https://api.github.com"
257257
authType = personalToken {
@@ -260,7 +260,7 @@ object PublicBuild : BuildType({
260260
}
261261
}
262262
pullRequests {
263-
vcsRootExtId = "PostSharp_PostSharpDocumentation"
263+
vcsRootExtId = "PostSharpGitHub_PostSharpDocumentation"
264264
provider = github {
265265
authType = token {
266266
token = "%env.GITHUB_TOKEN%"
@@ -274,7 +274,7 @@ pullRequests {
274274
}
275275

276276
dependencies {
277-
dependency(AbsoluteId("PostSharpGitHub_PostSharp20260_BuildDistribution")) {
277+
dependency(AbsoluteId("PostSharpGitHub_PostSharpGitHub20251_BuildDistribution")) {
278278
snapshot {
279279
onDependencyFailure = FailureAction.FAIL_TO_START
280280
}
@@ -300,7 +300,7 @@ object PublicDeployment : BuildType({
300300
}
301301

302302
vcs {
303-
root(AbsoluteId("PostSharp_PostSharpDocumentation"))
303+
root(AbsoluteId("PostSharpGitHub_PostSharpDocumentation"))
304304
checkoutMode = CheckoutMode.ON_AGENT
305305
}
306306

@@ -337,7 +337,7 @@ object PublicDeployment : BuildType({
337337
}
338338

339339
dependencies {
340-
dependency(AbsoluteId("PostSharpGitHub_PostSharp20260_BuildDistribution")) {
340+
dependency(AbsoluteId("PostSharpGitHub_PostSharpGitHub20251_BuildDistribution")) {
341341
snapshot {
342342
onDependencyFailure = FailureAction.FAIL_TO_START
343343
}
@@ -373,7 +373,7 @@ object PublicUpdateSearch : BuildType({
373373
}
374374

375375
vcs {
376-
root(AbsoluteId("PostSharp_PostSharpDocumentation"))
376+
root(AbsoluteId("PostSharpGitHub_PostSharpDocumentation"))
377377
checkoutMode = CheckoutMode.ON_AGENT
378378
}
379379

eng/DockerMounts.g.ps1

Lines changed: 0 additions & 6 deletions
This file was deleted.

eng/src/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@
88
using PostSharp.Engineering.BuildTools.Build.Model;
99
using System.IO;
1010
using PostSharp.Engineering.BuildTools.Build.Publishing;
11-
using PostSharp.Engineering.BuildTools.Dependencies.Definitions;
12-
using PostSharp.Engineering.BuildTools.Dependencies.Model;
1311
using PostSharp.Engineering.BuildTools.Docker;
1412
using PostSharp.Engineering.BuildTools.Search;
1513
using PostSharp.Engineering.DocFx;
1614
using PostSharpDocumentationDependencies = PostSharp.Engineering.BuildTools.Dependencies.Definitions.PostSharpDependencies;
17-
using PostSharpDependencies = PostSharp.Engineering.BuildTools.Dependencies.Definitions.PostSharpDependencies.V2025_1;
1815

1916
const string docPackageFileName = "PostSharp.Doc.zip";
2017
const string dotNetSdkVersion = "10.0.100";

global.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

nuget.config

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)