We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83334d7 commit 919058eCopy full SHA for 919058e
evergreen/evergreen.yml
@@ -1718,6 +1718,8 @@ tasks:
1718
AUTH: "noauth"
1719
SKIP_LEGACY_SHELL: "true"
1720
- func: configure-framework
1721
+ vars:
1722
+ FRAMEWORK: net8.0
1723
- func: run-performance-tests
1724
1725
- name: test-aws-lambda-deployed
evergreen/run-atlas-connectivity-tests.sh
@@ -8,4 +8,4 @@ set -o errexit # Exit the script with error if any of the commands fail
8
9
# Provision the correct connection string and set up SSL if needed
10
./evergreen/compile-sources.sh
11
-TEST_PROJECT_PATH=./**/AtlasConnectivity.Tests.csproj ./evergreen/execute-tests.sh
+TEST_PROJECT_PATH=./tests/**/AtlasConnectivity.Tests.csproj ./evergreen/execute-tests.sh
0 commit comments