We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a012e commit c607a97Copy full SHA for c607a97
1 file changed
Source/Public/Build-Module.ps1
@@ -32,8 +32,6 @@ function Build-Module {
32
Build-Module -SemVer $gitVersion
33
34
This example shows how to use a semantic version from gitversion to version your build.
35
- Note, this is how we version ModuleBuilder, so if you want to see it in action, check out our azure-pipelines.yml
36
- https://github.com/PoshCode/ModuleBuilder/blob/master/azure-pipelines.yml
37
#>
38
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSUseApprovedVerbs", "", Justification="Build is approved now")]
39
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSUseCmdletCorrectly", "")]
0 commit comments