Copies all the binary files, configurations and keys from an i21 directory to a .NET Core version of GCE project bin directory.
Note: This tool is designed for .NET Core version of i21.
Features
Features includes:
Sets the source directory (i21 directory)
Lists all the binaries to a new document
Copies all the binaries to the destination bin directory
Copies all module DLLs, license keys, module web configurations, and wwwroot static files and directories.
Note: The wwwroot folder takes longer to copy but you can skip this you don't need it.
Requirements
You need to have a .NET core version of i21 installed in your system. A .NET Core version of GCE repository is also required.
How to use
Set the source directory to the installed i21 directory using the i21: Set Source Directory command.
Run the i21: Copy i21 Binaries command and pick the destination folder. The destination folder must be the folder of the binaries (e.g. bin/Debug/net6.0).
Optionally, you can include wwwroot folder.
Release Notes
1.1.0
Add an option to exclude iRely.Web and iRely.GlobalComponentEngine assemblies.
Include iRely executable files.
1.0.0
Initial release.
For more information
To report issues, concerns or feedback, you can directly mail me at wendell.estrada@irely.com.