cordova - TFBuild access local file system -


i'm trying setup continuous integration build service tfs/tfbuild.

i trying build cordova app ios , android, therefore need sign apk/ipa.

i need p12 certificate file ios , keystorefile android.

i not want check in therese files in vcs, there ways store them local in system of build agent , give cordova local paths?

if trying set path using relative path cloned repository, if using predeifned variables $(agent_homedirectory).

any way of accessing local filesystem agent runs?

cordova task uses relative path keystore/p12 file found: enter image description here

but can place keystore/p12 file in build agent , add "copy files" task before cordova build task copy certificate file cloned repository folder before cordova build task start , can set relative path in cordova build task.

following task copys "test.log" file "e:\a1" folder "hello" folder in repository folder: enter image description here


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -