Skip to content

Commit ff869d8

Browse files
authored
Merge pull request #82 from EasyPost/fix_build_release
fix: don't include compatibility tests on build for release
2 parents 25ba654 + 03a1aa9 commit ff869d8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

EasyVCR.Compatibility.NetStandard/NetStandardCompileTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using EasyVCR;
44
using Xunit;
55

6-
namespace EasyVCR.Compatibility.FSharp
6+
namespace EasyVCR.Compatibility.NetStandard
77
{
88
public class NetStandardCompileTest
99
{

EasyVCR.sln

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,12 @@ Global
2828
{163D6AB6-D5CF-4D77-A2D0-BDF329D99DE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2929
{163D6AB6-D5CF-4D77-A2D0-BDF329D99DE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
3030
{163D6AB6-D5CF-4D77-A2D0-BDF329D99DE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
31-
{163D6AB6-D5CF-4D77-A2D0-BDF329D99DE4}.Release|Any CPU.Build.0 = Release|Any CPU
3231
{B78C8E42-AECD-441A-936C-C0F8F1006E2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3332
{B78C8E42-AECD-441A-936C-C0F8F1006E2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
3433
{B78C8E42-AECD-441A-936C-C0F8F1006E2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
35-
{B78C8E42-AECD-441A-936C-C0F8F1006E2A}.Release|Any CPU.Build.0 = Release|Any CPU
3634
{E7B2B8B2-6E6B-4E3A-8A6A-2B8B8B8B8B8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3735
{E7B2B8B2-6E6B-4E3A-8A6A-2B8B8B8B8B8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
3836
{E7B2B8B2-6E6B-4E3A-8A6A-2B8B8B8B8B8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
39-
{E7B2B8B2-6E6B-4E3A-8A6A-2B8B8B8B8B8B}.Release|Any CPU.Build.0 = Release|Any CPU
4037
EndGlobalSection
4138
GlobalSection(SolutionProperties) = preSolution
4239
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)