Articulate
Articulate copied to clipboard
#361 - Update GitHub action build to use UmbPack
- 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
TODO: Discuss the deployment part if it is going to replace the actions/upload-artifact@v2 with umbpack push
NOTE: This is just initial deployment, please test thoroughly and leave a comment what needs to be updated. Build steps should remain the same.
Possible issues:
- noticed that the built zip file with umbPack does not contain random guid for all files like the build before contained (but the number of files is the same). Additional configuration may be needed.
- removal of createdPackages.config and packageManifest.xml is a critical change, please check for additional references (maybe I've missed something)
@Shazwazza Ready for initial review
@Shazwazza Ready for initial review
@Shazwazza
Updated the package files path, build steps: 9. Open a powershell command line at the /build folder 10. Execute build.ps1
Need to be updated to: 9. Open a powershell command line at the root of the repository 10. Run command ./build/build.ps1
Appreciate all the effort here! But with Articulate 5 this is no longer necessary. For any patch release work for previous versions we can just keep the build as-is.