We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870d39f commit 9b41b47Copy full SHA for 9b41b47
.build/Build.cs
@@ -56,7 +56,7 @@ public sealed partial class Solution : NukeBuild,
56
public Target Pack => _ => _.Inherit<ICanPackWithDotNetCore>(x => x.CorePack)
57
.DependsOn(Clean);
58
59
- [ComputedGitVersion] public GitVersion GitVersion { get; } = null!;
+ [GitVersion(NoFetch = true)] public GitVersion GitVersion { get; } = null!;
60
61
public Target Clean => _ => _.Inherit<ICanClean>(x => x.Clean);
62
public Target Restore => _ => _.Inherit<ICanRestoreWithDotNetCore>(x => x.CoreRestore);
0 commit comments