vsts - How to sign the assembly in Visual Studio Team Services Build definition -


i need create build definition in team services, visual studio online, want sign assembly , manifest file after build.

basically have key file in server, want load , sign assemblies , manifest files click-once application.

could please me on how do?

note: i know manually going visual studio project properties->signing tab , select checkbox options , publish, want part of build definition

out of box in vsts you're using hosted agent, server tfs installed on builds solution.

since you'll need code signing certificate installed on build server you'll need connect own agent vsts has tfs installed on it. upside using own build server maximum flexibility, have maintain infrastructure.

in past route had take in order build , sign clickonce outlook addin.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -