RequireJS script error when requiring “ReleaseaManagement/Core/RestClient” on TFS 2015 and 2017
问题 I'm creating an tfs hub Extension (2015/2017) and need to read the projects' release defs and create releases also. I know, I could make direkt Rest Calls instead of using the methods of the rest clients. But they seem more comfortable to me. When I try to get the Restmanagement RestClient, I get: Script error for: ReleaseManagement/Core/RestClient http://requirejs.org/docs/errors.html#scripterror In both TFS.2015.2 and TFS.2017 Doesn't the client yet exist on-premise? 回答1: You can refer to