Create A Nuget Package that includes a package.xml file
I want to import some document types into a new UmbracoV11 installation. I have generated a package.xml file and I now need to put that into a Nuget package. Surely someone can provide a step by step way of doing this.
Create A Nuget Package that includes a package.xml file
I want to import some document types into a new UmbracoV11 installation. I have generated a package.xml file and I now need to put that into a Nuget package. Surely someone can provide a step by step way of doing this.
Hi Roger,
Do you mean to include it as a content file?
maybe this can help: https://blog.tonysneed.com/2021/12/04/copy-nuget-content-files-to-output-directory-on-build/
Hi Roger,
This should help https://umbraco.themediawizards.co.uk/the-grimoire/umbraco-10-razor-class-library-packages/ there is a section about embedding and installing a package.xml file
is working on a reply...