-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Add Azure DevOps build pipeline #7096
Conversation
…sk script; other cleanup (#5)
….npmjs.org; simplify YAML
Restore --skip-git override default checkout directory
Azure Pipelines support (Linux, macOS, and Windows)
Cleanup DevOps
Should we test on Node 12 too now that it is out? |
@petetnt Do the tests actually pass on Node 12? We should start working on getting everything working on Node 12 because people are already using it. It won't be LTS until October but we definitely want to have it working before then. That's going to add something like 11 more checks though. 😬 |
@iansu haven't tested yet myself, but I did see that there were some issues with CRA / its dependencies on Node@12 at some point IIRC |
This PR adds support to run our CI builds using Azure DevOps. Huge thanks to @willsmythe and others at Microsoft for their help getting us moved over.
TODO:
Create issues in Verdaccio (Azure Pipelines support (Linux, macOS, and Windows) ianschmitz/create-react-app#2)- Uplink connection timeout returns incorrect status code verdaccio/verdaccio#1328 Expose HTTP Agent options verdaccio/verdaccio#1329Create follow up issue in this project to track above Verdaccio issue once created- Update Verdaccio #7129Create issue to track status of Pipeline caching in DevOps (sounds like should be available in June/July timeline as a preview - Proposals/pipeline caching microsoft/azure-pipelines-yaml#113)Add caching to DevOps pipeline #7128