Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
chore: Move test-service into server SDK solution. (#227)
Browse files Browse the repository at this point in the history
This removes the solution for the contract test and moves it to the SDK
solution.
  • Loading branch information
kinyoklion authored May 31, 2024
1 parent 4202165 commit 66482f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 31 deletions.
7 changes: 7 additions & 0 deletions LaunchDarkly.ServerSdk.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LaunchDarkly.ServerSdk.Tele
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LaunchDarkly.ServerSdk.Telemetry.Tests", "pkgs\telemetry\test\LaunchDarkly.ServerSdk.Telemetry.Tests.csproj", "{71299584-BF0D-48A4-B2E1-D6292036D48D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestService", "pkgs\sdk\server\contract-tests\TestService.csproj", "{72D0898F-4CD9-42B7-B3B4-5CFD23796C47}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -41,6 +43,10 @@ Global
{71299584-BF0D-48A4-B2E1-D6292036D48D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71299584-BF0D-48A4-B2E1-D6292036D48D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71299584-BF0D-48A4-B2E1-D6292036D48D}.Release|Any CPU.Build.0 = Release|Any CPU
{72D0898F-4CD9-42B7-B3B4-5CFD23796C47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72D0898F-4CD9-42B7-B3B4-5CFD23796C47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72D0898F-4CD9-42B7-B3B4-5CFD23796C47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72D0898F-4CD9-42B7-B3B4-5CFD23796C47}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -56,5 +62,6 @@ Global
{7A984A5D-0C83-42FA-8BF7-DCA2441F62DA} = {2E4B6BA2-5003-4461-B138-BF3F98B89AE7}
{35014C04-26CE-43B0-933D-35D80CF0E6B8} = {7A984A5D-0C83-42FA-8BF7-DCA2441F62DA}
{71299584-BF0D-48A4-B2E1-D6292036D48D} = {7A984A5D-0C83-42FA-8BF7-DCA2441F62DA}
{72D0898F-4CD9-42B7-B3B4-5CFD23796C47} = {FDA973CE-26F2-4745-AF19-0873F170C4CF}
EndGlobalSection
EndGlobal
31 changes: 0 additions & 31 deletions pkgs/sdk/server/contract-tests/TestService.sln

This file was deleted.

0 comments on commit 66482f3

Please sign in to comment.