You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Articulate build uses some custom XML parsing and building of the Umbraco package Zip file. This is done in the build.yml github action file. Ideally the build would use UmbPack https://our.umbraco.com/documentation/Extending/Packages/UmbPack/ to automate the package build and eventually deploy it.
The text was updated successfully, but these errors were encountered:
- Removal of createdPackages.config and packageManifest.xml in favor of package.xml (umbPack default package configuration file)
- Update of build.yml to use umbPack
- update of build.ps1 to use umbPack
mbogunovic
added a commit
to mbogunovic/Articulate
that referenced
this issue
Jun 4, 2021
Currently the Articulate build uses some custom XML parsing and building of the Umbraco package Zip file. This is done in the build.yml github action file. Ideally the build would use UmbPack https://our.umbraco.com/documentation/Extending/Packages/UmbPack/ to automate the package build and eventually deploy it.
The text was updated successfully, but these errors were encountered: