Skip to content

Commit

Permalink
fixing copy pasta in dotnet-client contract test dll path
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Jun 12, 2024
1 parent 48644d2 commit 826a1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
BUILD_OUTPUT_DLL_NAME='LaunchDarkly.ClientSdk.dll'
TEST_PROJECT_FILE='pkgs/sdk/client/test/LaunchDarkly.ClientSdk.Tests/LaunchDarkly.ClientSdk.Tests.csproj'
CONTRACT_TEST_PROJECT_FILE='pkgs/sdk/client/contract-tests/TestService.csproj'
CONTRACT_TEST_DLL_FILE='pkgs/sdk/server/contract-tests/bin/debug/net6.0/ContractTestService.dll'
CONTRACT_TEST_DLL_FILE='pkgs/sdk/client/contract-tests/bin/debug/net7.0/ContractTestService.dll
elif [[ $PACKAGE_NAME == 'LaunchDarkly.ServerSdk' ]]; then
WORKSPACE_PATH='pkgs/sdk/server'
Expand Down

0 comments on commit 826a1b7

Please sign in to comment.