Skip to content

Commit c607a97

Browse files
committed
Remove reference to a non-existent yaml from docs
1 parent c6a012e commit c607a97

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/Public/Build-Module.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ function Build-Module {
3232
Build-Module -SemVer $gitVersion
3333
3434
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
3735
#>
3836
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSUseApprovedVerbs", "", Justification="Build is approved now")]
3937
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSUseCmdletCorrectly", "")]

0 commit comments

Comments
 (0)