My goal is to setup an AX12 build machine that automatically force synchronizes from VSTS via a PowerShell command. If there is an existing better way, let me know.
I have everything setup but the issue is the login window that pops up every now and then to authenticate to VSTS.
It is called at \Classes\SysVersionControlFilebasedBackEndTfs\init on this line:
tfsConnectionManagerProxy = new Microsoft.Dynamics.AX.Framework.TeamFoundationServerFacade.ConnectionManagerProxy(tfsServer, tfsProject);
So there is no obvious user/pass there.
Any ideas what the best approach is?
*This post is locked for comments
I have the same question (0)