Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 815 Bytes

setup-build-and-test-azure-pipeline.md

File metadata and controls

24 lines (17 loc) · 815 Bytes

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