Skip to content

Commit ce5b851

Browse files
committed
(build) fix docs BuildContext initialization
1 parent 787474e commit ce5b851

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/docs/BuildLifetime.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ public class BuildLifetime : BuildLifetimeBase<BuildContext>
88
{
99
public override void Setup(BuildContext context)
1010
{
11+
base.Setup(context);
12+
1113
context.Credentials = Credentials.GetCredentials(context);
1214
context.ForcePublish = context.HasArgument("force");
1315

0 commit comments

Comments
 (0)