Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

how to install nuget packages such as Moq in bamboo. Is it possible?

grace t June 22, 2015

I have a unit test that is built using Moq. It compiles ok in VS2013 using the nuget package install however how can i do the same in bamboo build server? please help

 

Thanks,

1 answer

1 accepted

1 vote
Answer accepted
Kahu Kirikiri June 23, 2015

Either make sure your nuget packages are included in you source repo or add nuget.exe as a new executable on your build agents and use a Command task in your build plan to run nuget.exe with the "restore" argument and nuget.exe will restore all your nuget packages. This Command task should run before you run your build task.

grace t June 24, 2015

Thank you for your reply Kahu. Ill give this a shot. Appreciate your reply. Im kind of new to this.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events