nuget - TFS Build missing Castle Windsor -
i used nuget add castlewindsor project. eveything works ok.
when check tfs, following message.
unable find version '3.3.3' of package 'castle.core'.
any idea how can build server new version of castle.core?
first dave commented, please check if have add nuget install task in build definition , before build task.
also make sure using right version of nuget. example, if use v3.0 , config file still point v2.0. error.
moreover, double check if packages can restored on dev pc , build agent manually, can compare nuget.config file on tfs server , dev pcs see if there difference between them. nuget.config file locates @ "%appdata%\nuget\nuget.config"
.
Comments
Post a Comment