@@ -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 }
8484pullRequests {
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 }
173173pullRequests {
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 }
262262pullRequests {
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
0 commit comments