VNext Deployment Management

Is there a way to change the target deployment location for vNext templates? They all go to the following default location.

C: \ Windows \ DtlDownloads \ ComponentName

Also, is there a way to get the vNext deployment component name dynamically so that it can be used with a PowerShell script?

I am currently using Update 4.

+3


source to share


1 answer


To override the default location where the components are copied on the target computer, you can define a global variable (go to settings tab -> global config variables) under the name applicationpathroot

and give it whatever value you want.

Also, the variable ComponentName

is available for powershell scripts.



Typically, all configuration scripts that you see in the workflow designer and the implicit variables that you define through actions (+, - in deployment actions) are scripted.

+2


source







All Articles