Skip to content

Instantly share code, notes, and snippets.

@OksanaH
Created August 31, 2021 13:55
Embed
What would you like to do?
buildspec.yml
version: 0.2
phases:
install:
...
pre_build:
....
build:
commands:
...
post_build:
commands:
...
reports:
XUnitTestResults:
file-format: VisualStudioTrx
files:
- '**/*'
base-directory: './testresults'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment