I need to run a powershell script as a task when doing the release in VSTS. The script runs perfectly if I run it form the powershell IDE, but I can't configure the script to run as a task in the parameter script path. I'm using $(System.DefaultWorkingDirectory)/vs-releasenotes.ps1 but it does not work The script is top level in the folder solution. How can I access the ps1 scritp if it is localted at solution level (no folder for the script)
Thanks