We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e00b5 commit f87498eCopy full SHA for f87498e
build.cake
@@ -29,7 +29,7 @@ Task("GitVersion")
29
var gitVersion = GitVersion();
30
version += $"-preview{gitVersion.BuildMetaData}";
31
32
- Information($"Version: {Version}");
+ Information($"Version: {version}");
33
});
34
35
Task("Clean")
0 commit comments