Run powershell build step in VSTS agent installed on mac?

后端 未结 6 851
暖寄归人
暖寄归人 2021-01-23 22:46

I installed VSTS build agent on mac to build xamarin iOS project. Builds worked fine until I added powershell build step. Even though I installed powershell for mac (https://git

6条回答
  •  长发绾君心
    2021-01-23 23:32

    In TFS build go to Agents Queues=>Capablilities=>Add variable named as DotNetFramework and give value for mac agent's dotnet framework path.

    It's fix for the issue "No agent could be found with the following capabilities:DotNetFramework"

提交回复
热议问题