I hereby claim:
- I am parameshg on github.
- I am parameshg (https://keybase.io/parameshg) on keybase.
- I have a public key ASCUklem3E_BqCdWoIFIdRtWDF_g7ALDnHiViFe2HLf4cQo To claim this, I am signing this object:
{
"body": {
"key": {
var web = new WebClient { Credentials = new NetworkCredential(username, password, domain) }; | |
var builds = web.DownloadString("http://<team-city>/httpAuth/app/rest/builds/?locator=buildType:<build-configuration>"); | |
if (!string.IsNullOrEmpty(builds)) | |
{ | |
var xml = new XmlDocument(); | |
xml.LoadXml(builds); | |
var latest = 0; |
using System; | |
using System.IO; | |
using System.Diagnostics; | |
class StandardOutputExample | |
{ | |
public static void Main() | |
{ | |
Process process = new Process(); | |
process.StartInfo.FileName = "ipconfig.exe"; |
I hereby claim:
{
"body": {
"key": {