Skip to content

Commit 59075bc

Browse files
committed
Pass more variables
1 parent 6d26820 commit 59075bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.cake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ void Build()
3737
if (BuildSystem.AppVeyor.IsRunningOnAppVeyor) {
3838
msBuildSettings = msBuildSettings
3939
.WithProperty("GitVersion_NuGetVersion", nugetVersion)
40-
.WithProperty("GitVersion_SemVer", semVersion);
40+
.WithProperty("GitVersion_SemVer", semVersion)
41+
.WithProperty("GitVersion_MajorMinorPatch", version)
42+
.WithProperty("GitVersion_PreReleaseTag", preReleaseTag);
4143
}
4244
MSBuild("./src/GitVersion.sln", msBuildSettings);
4345
}

0 commit comments

Comments
 (0)