added file for tests run

This commit is contained in:
seraphima
2024-01-12 13:54:13 +01:00
parent 61138a8f67
commit 0e6784888b
2 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
parameters:
additionalBuildArguments: ''
steps:
- checkout: self
fetchDepth: 1
submodules: true
- bash: |
echo "##[group]Beginning of a group"
echo "##[debug]Debug text"
echo "##[endgroup]"