Hi.
As I understand it's good practice that in production environments - dll's are only in the GAC.
But it seems that if I set IncludePipelineComponents to true and add the corresponding ItemGroup with the pipelinecomponents - they also appear in "Pipeline Components" directory on the server. This is very nice when you're doing local testing on development machine, but not on the server.
Ofcourse I can treat pipelinecomponents just as any other dll via the ExternalAssemblies ItemGroup and they only appear in the GAC. This can be done if I check that the configuration is a server build and let the deployment file use pipelinecomponents when it's not server deployment. Is this the way to do it?
Regards,
Bo.
As I understand it's good practice that in production environments - dll's are only in the GAC.
But it seems that if I set IncludePipelineComponents to true and add the corresponding ItemGroup with the pipelinecomponents - they also appear in "Pipeline Components" directory on the server. This is very nice when you're doing local testing on development machine, but not on the server.
Ofcourse I can treat pipelinecomponents just as any other dll via the ExternalAssemblies ItemGroup and they only appear in the GAC. This can be done if I check that the configuration is a server build and let the deployment file use pipelinecomponents when it's not server deployment. Is this the way to do it?
Regards,
Bo.