Service Fabric deployment in teamcity

I tried to deploy one of the service fabric application but it is not able to build it.When i try to build a sample applications provided by microsoft it works fine for me.Can you have a look and suggest what may be the problem or sdks i am missing to build this application.

0
1 comment

Hi Lucky,

It looks like it's not pulling the library. How do you have configured it? If you are pulling it from NuGet, you might need to run a NuGet Install step first to ensure that the libraries are initially set up. If it's not nuget, you might need to have it installed in the build agent before hand, or set up a build step that installs it.

0

Please sign in to leave a comment.