File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 33set -o errexit # Exit the script with error if any of the commands fail
44
55# Environment variables used as input:
6- # FRAMEWORK Set to specify .NET framework to test against. Values: "Net472", "NetStandard21",
6+ # FRAMEWORK Set to specify .NET framework to test against. Use Target Framework Moniker values.
77# TEST_CATEGORY Set to specify a test category to filter by.
88# TEST_PROJECT_PATH Set glob filter to find test projects.
99
1010FRAMEWORK=${FRAMEWORK:- }
1111TEST_CATEGORY=${TEST_CATEGORY:- Integration}
12- TEST_PROJECT_PATH=${TEST_PROJECT_PATH:- ./ tests/**/ [!Atlas ]* .Tests.csproj}
12+ TEST_PROJECT_PATH=${TEST_PROJECT_PATH:- ./ tests/**/ [!AtlasConnectivity ]* .Tests.csproj}
1313
1414if [ " $FRAMEWORK " = " netstandard2.1" ]; then
1515 FRAMEWORK=" netcoreapp3.1"
Original file line number Diff line number Diff line change 1010
1111. ./evergreen/append-myget-package-source.sh
1212
13- export ADD_NET10_TFM=" 1" # Remove after cake removal
1413export DRIVER_PACKAGE_VERSION=" ${DRIVER_PACKAGE_VERSION} "
1514./evergreen/compile-sources.sh " $SMOKE_TESTS_PROJECT "
1615TEST_PROJECT_PATH=" $SMOKE_TESTS_PROJECT " ./evergreen/execute-tests.sh
You can’t perform that action at this time.
0 commit comments