0

I am using cake script to deploy xamarin ui scipts on the test cloud, for this I would need the API key of the team in app center I am running my scripts against. I was able to find those keys in xamarin test cloud but after they moved to microsoft appcenter, I am not able to find the team's api key on Microsoft appcenter which is needed to run the test scripts.

https://github.com/Redth/Cake.Xamarin/blob/master/src/Cake.Xamarin/TestCloudRunner.cs https://cakebuild.net/api/Cake.Xamarin/MDToolSettings/

TheDeveloper
  • 1,127
  • 1
  • 18
  • 55

1 Answers1

1

Xamarin Test Cloud had Team Key. Microsoft appcenter doesn't have any team key. Appcenter does had API tokens under user settings ->account settings->API tokens

TheDeveloper
  • 1,127
  • 1
  • 18
  • 55