-
-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set up CI with Azure Pipelines #856
Conversation
Hi! I'm a Program Manager on Azure Pipelines. You set up your matrix like this:
|
Thanks for responding @kaylangan ! |
So does this mean I need to list out every permutation I require manually? There's no way to do what AppVeyor / Travis do whereby they come up with all the permutations given the variables you want to test? Obviously it's possible to specify each permutation. But when you've multiple variables that gets noisy quickly! |
For now, you'll need to manually expand the matrix. We found that almost all projects that use a multi-dimensional matrix ended up having exclusions for some of the permutations, and rather than introduce an exclusion concept we went with explicit configuration. All that said, we're adding an |
Thanks @kaylangan - that's great to hear! I may hold off until I really appreciate you getting back to me by the way, thanks so much! |
It looks like |
Closing in favour of @g-plane's GitHub Actions approach. I've disabled the AppVeyor webhook as well as AppVeyor has become unstable in the last month. |
See https://dev.azure.com/TypeStrong/ts-loader