stack72 / TeamCitySharp

No Longer Maintained - please use https://github.com/mavezeau/TeamCitySharp
Other
200 stars 165 forks source link

Wire up the file entity to get the properties from the api's file object #76

Open mdevilliers opened 10 years ago

mdevilliers commented 10 years ago

Wire up the file entity to get the properties from the api's file object

Example returned -

<file before-revision="10844" after-revision="10845" file="http://myscmserver/somefile.txt" relative-file="somefile.txt"/>

Api version - TeamCity 8.1.2 (build 29993)

mdevilliers commented 10 years ago

Hey Paul,

I was playing with the changes entity and noticed the file object wasn't getting populated as per the response.

I've just wired it up so that it does.

Hope it looks ok?

Mark