Posts

Showing posts with the label vsts

VSTS - Xamarin iOS Build - How to choose the mono version to use?

VSTS - Xamarin iOS Build - How to choose the mono version to use? I'm building a Xamarin iOS project on the Hosted macOS Preview queue of VSTS. The log shows that it uses mono 5.8.0. However, the queue specs show that mono 5.10.0 is installed. The question is how can to choose the version of mono to use (amongst those installed) to build a xamarin ios project on vsts? UPDATE Itried the following after @valdetero's answer - task: XamariniOS@2 displayName: 'Building iOS' inputs: solutionFile: '**/*.sln' configuration: 'Release' mdtoolFile: '/Library/Frameworks/Mono.framework/Versions/5.10.1/bin' However, I got that error: [error]Xamarin.iOS task failed with error Error: Unable to locate executable file: '/Library/Frameworks/Mono.framework/Versions/5.10.1/bin'. Do you try to set Mono Runtime environment variables: docs.microsoft.com/en-us/xamarin/ios/troubleshooting/questions/…? ...

MTM/VSTS “insert shared steps” query has different default per user

Image
MTM/VSTS “insert shared steps” query has different default per user These users never had MTM installed locally but seems to have different default for test case shared steps query. I'm not sure where to find these queries saved. or how to clear if it's cache related. I know if there is MTM installation on user local machine, it will save user config settings mtm.AddSharedStepsGrid somewhere in systemDrive:Users{UserName}AppDataLocalMicrosoftTeamTestv*" but this is also occurring on user machines without MTM installation. mtm.AddSharedStepsGrid systemDrive:Users{UserName}AppDataLocalMicrosoftTeamTestv*" 1 Answer 1 It has different default per user, cause the user have used/changed the query before. TFS web portal will auto cached the last query option which user have selected . You could test this in your side, just change some options, close the “insert shared steps” query, then...

VSTS Rule Issues when trying to reset the task

VSTS Rule Issues when trying to reset the task I tried to reset the task in VSTS , I lost all my rules what I ever created for the task. How to solve such issue? VSTS 1 Answer 1 For now, there is no way to store/reset a single task with custom settings. And there has the user voice Build / Release Task Templates which suggest store custom settings of a task into template, you can vote and follow up. The workaround for now is create a task group to store the custom settings for a task. By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.