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 6d26820 commit 59075bcCopy full SHA for 59075bc
build.cake
@@ -37,7 +37,9 @@ void Build()
37
if (BuildSystem.AppVeyor.IsRunningOnAppVeyor) {
38
msBuildSettings = msBuildSettings
39
.WithProperty("GitVersion_NuGetVersion", nugetVersion)
40
- .WithProperty("GitVersion_SemVer", semVersion);
+ .WithProperty("GitVersion_SemVer", semVersion)
41
+ .WithProperty("GitVersion_MajorMinorPatch", version)
42
+ .WithProperty("GitVersion_PreReleaseTag", preReleaseTag);
43
}
44
MSBuild("./src/GitVersion.sln", msBuildSettings);
45
0 commit comments