This commit is contained in:
Amaury Levé 2024-06-12 14:32:19 +02:00
Родитель b52f081b77
Коммит 6c3fbb740f
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -149,10 +149,10 @@ stages:
displayName: Build
- ${{ if eq(parameters.SkipTests, False) }}:
# -ci is allowing to import some environment variables and some required configurations
# --excludeCIBinarylog avoids overwriting build binlog with binlog from tests
# --ci is allowing to import some environment variables and some required configurations
# --nobl avoids overwriting build binlog with binlog from tests
- script: |
chmod +x ./test.sh
./test.sh --configuration $(_BuildConfig) --ci --test --integrationTest --excludeCIBinarylog /p:FastAcceptanceTest=true
./test.sh --configuration $(_BuildConfig) --ci --test --integrationTest --nobl /p:FastAcceptanceTest=true
name: Test
displayName: Tests

Просмотреть файл

@ -157,7 +157,7 @@ Registered command line providers:
--settings
Arity: 1
Hidden: False
Description: The path, relative or absolute, to the \.runsettings file\.For more information and examples on how to configure test run, see https://learn\.microsoft\.com/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file#the-runsettings-file
Description: The path, relative or absolute, to the \.runsettings file\. For more information and examples on how to configure test run, see https://learn\.microsoft\.com/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file#the-runsettings-file
--filter
Arity: 1
Hidden: False