expecto

How to configure CI for dockerized F# Expecto tests on TFS

徘徊边缘 提交于 2019-12-24 06:22:46
问题 I have some dockerized F# tests written by expecto and fscheck frameworks, as a dotnet core standalone executable . How to configure continuous integration on Team Foundation Server to run them and get the report after each run accordingly? 回答1: If you mean you already have the docker image which has the proper SDK/envirement, then you just need to run the image in TFS with CI build (Configure continuous integration). To run the image, you need to install the Docker Integration extension,