0

I am using Team development Sitecore for creating sitecore package .update file.

I want to call my own dll in sc_poststep.txt, IS TDS has the option to include our dll in sc_poststep.txt?

Yan Sklyarenko
  • 31,557
  • 24
  • 104
  • 139
Prasath
  • 3
  • 3

1 Answers1

0

Currently there isn't a way to do this with TDS.

Your best option is to create a page that can be called after the update file has been installed and then either call this via a build task or manually.

We have added this feature to the TDS backlog.

Michael Edwards
  • 6,308
  • 6
  • 44
  • 75