Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. steps:
  2. # Build our solution and run all unit tests found in the unit test project
  3. - step: &build-and-unit-test
  4. name: Build and unit test solution
  5. image: microsoft/dotnet:2.2-sdk
  6. script:
  7. # install dependencies
  8. - source ci-cd/build-and-unit-test/install-dependencies.sh
  9. #build and run unit tests
  10. - source ci-cd/build-and-unit-test/build-and-unit-test.sh
  11. artifacts:
  12. - /test-results/unit-test-log.xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement