Closed zepor closed 2 weeks ago
This Pull Request sets up Continuous Integration (CI) using Azure Pipelines for the project. The azure-pipelines.yml
file is added to define the CI pipeline configuration. The pipeline is triggered by changes to the KaggleNFL2025
branch, excluding the azure-pipelines
branch. It uses an Ubuntu environment and includes steps to verify the Python installation and configure Git settings for pushing changes to a specified target branch on GitHub.
azure-pipelines.yml
file to explain each step's purpose, which can help future maintainers understand the pipeline configuration.
Run & review this pull request in StackBlitz Codeflow.