I configured a TFS 2018 [On-premises] agent pool and scheduled a build. Used the "Service fabric build template". Build failed with the following error
No agent found in pool Default which satisfies the specified demands: msbuild visualstudio Cmd Agent.Version -gtVersion 2.115.0
- In the "demands" section of build definition, "msbuild" and "visual studio" are mentioned as required and cannot be removed. why are these required?
- Our build machines are inside the firewall and do not have public internet access. I thought I can download the full ISO's on another machine and copy them to the build server. Looks like Microsoft does not provide offline installers for Visual studio 2017 and msbuild. How do I solve this issue?