Skip to content

Instantly share code, notes, and snippets.

@OksanaH
Created August 31, 2021 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OksanaH/94fa1c7f1444882080f5d6e467cb80e3 to your computer and use it in GitHub Desktop.
Save OksanaH/94fa1c7f1444882080f5d6e467cb80e3 to your computer and use it in GitHub Desktop.
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