diff --git a/build/Build.cs b/build/Build.cs index 281d832..6b9b2de 100644 --- a/build/Build.cs +++ b/build/Build.cs @@ -25,7 +25,8 @@ OnPushBranches = [MasterBranch, ReleaseBranchPrefix + "/*"], InvokedTargets = [nameof(Test), nameof(Publish)], ImportSecrets = [nameof(NuGetKey)], - EnableGitHubToken = true)] + EnableGitHubToken = true, + FetchDepth = 0)] [GitHubActions( "continuous", GitHubActionsImage.WindowsLatest, @@ -35,7 +36,8 @@ OnPullRequestBranches = [DevelopBranch], PublishArtifacts = false, InvokedTargets = [nameof(Test), nameof(Publish)], - EnableGitHubToken = true)] + EnableGitHubToken = true, + FetchDepth = 0)] [AppVeyor( AppVeyorImage.UbuntuLatest, AppVeyorImage.VisualStudioLatest,