Skip to content

Commit 9b41b47

Browse files
committed
Use GitVersion attribute
1 parent 870d39f commit 9b41b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build/Build.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public sealed partial class Solution : NukeBuild,
5656
public Target Pack => _ => _.Inherit<ICanPackWithDotNetCore>(x => x.CorePack)
5757
.DependsOn(Clean);
5858

59-
[ComputedGitVersion] public GitVersion GitVersion { get; } = null!;
59+
[GitVersion(NoFetch = true)] public GitVersion GitVersion { get; } = null!;
6060

6161
public Target Clean => _ => _.Inherit<ICanClean>(x => x.Clean);
6262
public Target Restore => _ => _.Inherit<ICanRestoreWithDotNetCore>(x => x.CoreRestore);

0 commit comments

Comments
 (0)