Skip to content
Johan Leino edited this page Aug 7, 2013 · 5 revisions

Changing the path to the packages folder

Let's assume that we have a situation where the default packages folder location ('..') is not the one we're using. When we executed the script we got the following in our error log:

In this situation got an error message that described how and what the problem is and how to fix it. If that's not the case, look at the defaults to find out.


Import-Module .\TeamCity.SpecFlow.Reporting.psm1

Set-Properties @{
    PathToPackagesFolder = '..\\..\\'
}

Invoke-TeamCitySpecFlowReport

Clone this wiki locally