pipeline-typescript

Create your first pipeline for a typescript project


Project maintained by rondinif Hosted on GitHub Pages — Theme by mattgraham

setup build and tests on azure pipelines

setup up build

setup-up-build

configure pipeline

./assets/02-configure-pipeline.png

select an existing yaml

./assets/03-select-an-existing-yaml.png

review your pipeline

./assets/04-review-your-pipeline.png

run pipeline

./assets/05-run-pipeline.png

review jobs in run

./assets/06-review-jobs-in-run.png

inspect logs

./assets/07-inspect-logs.png

add unit tests to the pipeline

./assets/08-adding-unit-test-to-the-pipeline.png