Hello,
I'm currently working on a C1 project, where we develop a custom site with custom functions / layouts / masterpages.
To deploy the developed pieces, we need to collect the created files and pack them together as a Composite Package which can be deployed to the customers installation.
Now this task must be done on our build-environment, using MSBuild, so there is no possibility to use the Package Creater module directly. But this should not be an issue, as the Package Creator just writes some xml files and puts everything into a .zip package.
So I started a custom MSBuild Task, where I want to write the Install.xml.
Now my question: is there a Xml schema (.xsd) available for the install.xml, to generate .net classes from, or do I need to create this xsd by myself?
Thanks in advance for any help.
Best regards,
Chris
I'm currently working on a C1 project, where we develop a custom site with custom functions / layouts / masterpages.
To deploy the developed pieces, we need to collect the created files and pack them together as a Composite Package which can be deployed to the customers installation.
Now this task must be done on our build-environment, using MSBuild, so there is no possibility to use the Package Creater module directly. But this should not be an issue, as the Package Creator just writes some xml files and puts everything into a .zip package.
So I started a custom MSBuild Task, where I want to write the Install.xml.
Now my question: is there a Xml schema (.xsd) available for the install.xml, to generate .net classes from, or do I need to create this xsd by myself?
Thanks in advance for any help.
Best regards,
Chris