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

Commit 8cbfad5

Browse files
authored
Update build.cake
1 parent 7f8c43a commit 8cbfad5

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
@@ -139,7 +139,7 @@ Task("nuget")
139139
c.Properties.Add("PackageRequireLicenseAcceptance", new [] { "true" });
140140
c.Properties.Add("DesignTimeBuild", new [] { "false" });
141141
c.Properties.Add("AndroidSdkBuildToolsVersion", new [] { "28.0.3" });
142-
c.Properties.Add("PackageVersionSuffix", new [] { "-preview-" + BUILD_NUMBER });
142+
c.Properties.Add("PackageVersionSuffix", new [] { "-preview." + BUILD_NUMBER });
143143
});
144144

145145
var xmlns = (XNamespace)"http://schemas.microsoft.com/developer/msbuild/2003";

0 commit comments

Comments
 (0)