Reputation: 91
I am new to the CI & CD integration with VSTS.
I planned to do this for Xamarin.android application as it is acquired by Microsoft.
I am able to push my codes to the VSTS from the visual studio successfully but facing problem when building the codes from the build definition.
In the "Activate Xamarin Licence" step , it asked for the Xamarin License email and password.
I tried to give the credentials of mine from https://store.xamarin.com/ but getting error as "Failed to activate Xamarin License" {"code" :-3 , "Message" : "Could not look up activation code"}
Also, tried with licensed MSDN account but still no luck.
Requesting anybody who have worked earlier on this to help.
Thanks & regards, Anil
Upvotes: 0
Views: 69
Reputation: 13176
What are you using the respective Xamarin License for? There's not a requirement for licenses anymore unless you had previous Enterprise features or you are using the Component store. Can you simply skip this license check step? This should work given there's not a license check step anymore while building.
Upvotes: 0
Reputation: 4652
If you are going to activate, do you have a valid subscription? You should be able to get to it from https://store.xamarin.com/account/my/subscription.
What does your build step look like? Disable the activation and see if it works anyway.
Upvotes: 0