Hi guys
I have a problem with updating the changed templates in a project
I have a project with 2 templates.
The first template executes Powershell script
The second template deploys the nuget package.
I need to change PS script.
My steps:
- Change template PS script
- Go to the template step in project and update the template to latest version
- Save the step
But during next deploy the old PS script is still executed.
Even if I’ll remove first step, it will be executed during the next deploy
I have to re-create the project to fix this issue. We have 60 project, so it’s wrong way…
My steps are correct?