Does anyone have experience in automating the creation of an accde via GitHub/Azure devops workflows?
A workflow to create an accdb from the source files created with msaccess-vcs already works.
My plan:
3/6: still open, but easy to implement, as I can start this via an Access add-in.
4/7: open, but is only one line of code.
5: What is the best way to change the bit version?
Do I have to start an extra workflow for each bit version to create the accde, or can I possibly change the bit version in a workflow?
Note: in my local network I use 2 virtual machines with 32 and 64 bit Office preinstalled. But they are not available via GitHub/Azure devops.
How would you implement this?
A workflow to create an accdb from the source files created with msaccess-vcs already works.
My plan:
- install Office 64 bit
- create accdb from the source
- (optional) run tests (64 bit)
- create accde (64 bit)
- change bit version of Office .. only possible with: uninstall + install?
- (optional) run tests (32 bit)
- create accde (32 bit)
3/6: still open, but easy to implement, as I can start this via an Access add-in.
4/7: open, but is only one line of code.
5: What is the best way to change the bit version?
Do I have to start an extra workflow for each bit version to create the accde, or can I possibly change the bit version in a workflow?
Note: in my local network I use 2 virtual machines with 32 and 64 bit Office preinstalled. But they are not available via GitHub/Azure devops.
How would you implement this?