Skip to content

Commit 919058e

Browse files
committed
pr
1 parent 83334d7 commit 919058e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

evergreen/evergreen.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1718,6 +1718,8 @@ tasks:
17181718
AUTH: "noauth"
17191719
SKIP_LEGACY_SHELL: "true"
17201720
- func: configure-framework
1721+
vars:
1722+
FRAMEWORK: net8.0
17211723
- func: run-performance-tests
17221724

17231725
- name: test-aws-lambda-deployed

evergreen/run-atlas-connectivity-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ set -o errexit # Exit the script with error if any of the commands fail
88

99
# Provision the correct connection string and set up SSL if needed
1010
./evergreen/compile-sources.sh
11-
TEST_PROJECT_PATH=./**/AtlasConnectivity.Tests.csproj ./evergreen/execute-tests.sh
11+
TEST_PROJECT_PATH=./tests/**/AtlasConnectivity.Tests.csproj ./evergreen/execute-tests.sh

0 commit comments

Comments
 (0)