Setup first TeamCity Project build with TFS
Hi,
I'm currently setting up my first project within TeamCity and having some issues. Within TFS we have a PackageRepositories which is pulling across to the TeamCity server but the objects are not being referenced?
CoreCompile
Csc
WebDriver\ClearFormOperation.cs(5, 7): error CS0246: The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?)
WebDriver\Drivers\ChromeDriverFactory.cs(5, 7): error CS0246: The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?)
WebDriver\Drivers\ChromeDriverFactory.cs(6, 7): error CS0246: The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?)
All of these are within the PackageRepositories folders but i keep getting this error. Any clues? It just will not reference the selenium drivers within the PackageRepositories
Regards
Please sign in to leave a comment.