Skip to content

Commit 544cdc8

Browse files
committed
fix: don't compile compatibility test on release
1 parent 08d889e commit 544cdc8

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

EasyPost.Compatibility.FSharp/FSharpCompileTest.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// This test checks that EasyPost C# code can be used in F#.
2-
// This test project is running on .NET 8.0, although a success here should mean a success in all versions of .NET.'
32

43
namespace EasyPost.Compatibility.FSharp
54

EasyPost.Compatibility.VB/VbCompileTest.vb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
'This test checks that EasyPost C# code can be used in Visual Basic.
2-
'This test project is running on .NET 8.0, although a success here should mean a success in all versions of .NET.
32
Imports Xunit
43

54
Public Class VbCompileTest

EasyPost.sln

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,15 @@ Global
8282
{AC3FD754-C311-439B-9612-F13F0C6D5767}.Release|x64.Build.0 = Release|Any CPU
8383
{AC3FD754-C311-439B-9612-F13F0C6D5767}.Release|x86.ActiveCfg = Release|Any CPU
8484
{AC3FD754-C311-439B-9612-F13F0C6D5767}.Release|x86.Build.0 = Release|Any CPU
85-
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
86-
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Debug|Any CPU.Build.0 = Debug|Any CPU
87-
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Debug|x64.ActiveCfg = Debug|Any CPU
88-
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Debug|x64.Build.0 = Debug|Any CPU
89-
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Debug|x86.ActiveCfg = Debug|Any CPU
90-
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Debug|x86.Build.0 = Debug|Any CPU
91-
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Release|Any CPU.ActiveCfg = Release|Any CPU
92-
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Release|Any CPU.Build.0 = Release|Any CPU
93-
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Release|x64.ActiveCfg = Release|Any CPU
94-
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Release|x64.Build.0 = Release|Any CPU
95-
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Release|x86.ActiveCfg = Release|Any CPU
96-
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Release|x86.Build.0 = Release|Any CPU
85+
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
86+
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Debug|Any CPU.Build.0 = Debug|Any CPU
87+
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Debug|x64.ActiveCfg = Debug|Any CPU
88+
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Debug|x64.Build.0 = Debug|Any CPU
89+
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Debug|x86.ActiveCfg = Debug|Any CPU
90+
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Debug|x86.Build.0 = Debug|Any CPU
91+
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Release|Any CPU.ActiveCfg = Release|Any CPU
92+
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Release|x64.ActiveCfg = Release|Any CPU
93+
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Release|x86.ActiveCfg = Release|Any CPU
9794
EndGlobalSection
9895
GlobalSection(SolutionProperties) = preSolution
9996
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)