wmmhihaa
wmmhihaa

Reputation: 953

How can I get the file after Service Hook (Code pushed) event?

I have a Service Hook triggering on Code pushed. I get the event working, but I can't figure out how to get the reference to the files that was pushed.

When using GitHub hooks I get a reference to each commited/pushed file.

Upvotes: 1

Views: 173

Answers (1)

starian chen-MSFT
starian chen-MSFT

Reputation: 33698

You can get the changed files through REST API programming after receiving the service hook notification.

With changed items

Upvotes: 2

Related Questions