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.

enter image description here

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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -