-1

I am deploying IIS application/website from VSTS Release management (using VSTS tasks). However, I need to add advanced logging fields on IIS. Could not find a suitable VSTS task for this.

Can anybody suggest something?

Kangkan
  • 15,267
  • 10
  • 70
  • 113

1 Answers1

1

You can add a powershell script task which call Appcmd to set the custom logging field or create a console application to do this and call it during the build/release. Sample code here: Adding Custom Fields to a Log File for a Site .

Eddie Chen - MSFT
  • 29,708
  • 2
  • 46
  • 60