зеркало из https://github.com/microsoft/testfx.git
More fixes
This commit is contained in:
Родитель
b52f081b77
Коммит
6c3fbb740f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче