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 a7587d9 commit cea6e12Copy full SHA for cea6e12
build.cake
@@ -44,7 +44,7 @@ Task("Patch-Assembly-Version")
44
UpdateAssemblyInfo = false
45
});
46
47
- Information("Buildin version {0} of Cofoundry.Plugins.Azure.", versionInfo.InformationalVersion);
+ Information("Building version {0} of Cofoundry.Plugins.Azure.", versionInfo.InformationalVersion);
48
49
isPrerelease = !string.IsNullOrEmpty(versionInfo.PreReleaseNumber);
50
0 commit comments