Release Activity

Parent Previous Next

The Release Activity is used to release the documentation package.



Edit script task

The only step is to edit the script task. To do this open the script task expression property. Switch the language to Python and enter the following python code:


 1  # Release documentation package

 2  DocumentationPackage.Release()