Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 0b5ba27

Browse files
committed
I forgot a semicolon. Oh, the humanity!
1 parent 49c05ea commit 0b5ba27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Task("nuget")
143143
c.Properties.Add("AndroidSdkBuildToolsVersion", new [] { "28.0.3" });
144144
var pre = string.IsNullOrEmpty(PRERELEASE_OVERRIDE)
145145
? $"{PREVIEW_LABEL}.{BUILD_NUMBER}"
146-
: $"{PRERELEASE_OVERRIDE}"
146+
: $"{PRERELEASE_OVERRIDE}";
147147
c.Properties.Add("PackageVersionSuffix", new [] { "-" + pre });
148148
});
149149

0 commit comments

Comments
 (0)