azure - Release Failure from TFS CI -


i trying deploy application azure service fabric using release definition task. when gets task deploy server returning following error:

the type initializer 'microsoft.servicefabric.powershell.constants' threw exception

i checked endpoint configuration , appears set supposed be:

no authentication (this internal text box) cluster endpoint: tcp://[service fabric server]:19000

it downloads artifacts without problem, in deploy searches paths publish profile , application package , finds them. after finds them throws error. have tried replacing tcp in endpoint http, added , removed :19000 , error. have been searching online little success. end appreciated.

john

after lots of researching trying every suggestion find, decided try , connect machine via powershell on box , returning error. uninstalled sdk , re-installed , connection made , builds started work. don't know why failed, apparently re-install did trick. may have been bad install, or have been versioning problem. either way, try re-install first.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -