Skip to content

Commit

Permalink
add missing text example for Powershell function "Build"
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Wadsworth authored and Richard Wadsworth committed Jul 25, 2013
1 parent f141b06 commit b231028
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ A Pester Test
BuildChanges.ps1

```powershell
function Build ($version) {
write-host "a build was run for version: $version"
}
function BuildIfChanged {
$thisVersion=Get-Version
$nextVersion=Get-NextVersion
Expand Down

0 comments on commit b231028

Please sign in to comment.