I’m currently in a scenario that I expect I’ll find myself in fairly often: A recent OpenTap commit (in GitLab) contains an important fix that I need to quickly deploy to numerous PCs in my test lab.
So my question is, what’s the best way to deploy that fix?
In this particular case, the changes are all contained in OpenTap.dll. I thought about making a .TapPackage, however the official OpenTAP package contains several dozen files, way more than the single OpenTap.dll which I need to deploy. Any suggestions?