Skip to content

Commit

Permalink
test out markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardvanRooijen committed Mar 24, 2012
1 parent 4e00658 commit 62ea5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -23,15 +23,15 @@ About

TeamCityPowerShell is a series of 49 cmdlets that you can use to query TeamCity for information its state.

$parameters = @{
```$parameters = @{
ConnectionDetails = @{
ServerUrl = "teamcity.codebetter.com"
Credential = New-Object System.Management.Automation.PSCredential("teamcitysharpuser", (ConvertTo-SecureString "qwerty" -asplaintext -force))
UseSsl = $false
IsGuest = $false
}
BuildConfigId = "bt437"
}
}```

$builds = Get-BuildConfigsByBuildConfigId @parameters

Expand Down

0 comments on commit 62ea5b4

Please sign in to comment.