This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 12
12
<PropertyGroup >
13
13
<BuildSolutionDir >$(MSBuildProjectDirectory)/..</BuildSolutionDir >
14
14
<SrcDir >$(BuildSolutionDir)/src</SrcDir >
15
+ <TestsDir >$(BuildSolutionDir)/tests</TestsDir >
15
16
<Configuration Condition =" $(Configuration) == ''" >Release</Configuration >
16
17
<NuGetPackageDir >$(BuildSolutionDir)/NuGet/</NuGetPackageDir >
17
18
<PackageVersion >$(MajorVersion).$(MinorVersion).$(PatchVersion)</PackageVersion >
40
41
<!-- need to remove old caches from nuget restore from .Core csproj's -->
41
42
<Target Name =" ClearNuGetRestoreCaches" >
42
43
<RemoveDir Directories =" $(SrcDir)/ServiceStack.Text/obj" />
44
+ <RemoveDir Directories =" $(TestsDir)/ServiceStack.Text.TestsConsole/obj" />
43
45
</Target >
44
46
45
47
<Target Name =" UpdateVersion" >
Original file line number Diff line number Diff line change 12
12
<PropertyGroup >
13
13
<BuildSolutionDir >$(MSBuildProjectDirectory)/..</BuildSolutionDir >
14
14
<SrcDir >$(BuildSolutionDir)/src</SrcDir >
15
+ <TestsDir >$(BuildSolutionDir)/tests</TestsDir >
15
16
<Configuration Condition =" $(Configuration) == ''" >Release</Configuration >
16
17
<NuGetPackageDir >$(BuildSolutionDir)/NuGet/</NuGetPackageDir >
17
18
<PackageVersion >$(MajorVersion).$(MinorVersion).$(PatchVersion)</PackageVersion >
38
39
<!-- need to remove old caches from nuget restore from .Core csproj's -->
39
40
<Target Name =" ClearNuGetRestoreCaches" >
40
41
<RemoveDir Directories =" $(SrcDir)/ServiceStack.Text/obj" />
42
+ <RemoveDir Directories =" $(TestsDir)/ServiceStack.Text.TestsConsole/obj" />
41
43
</Target >
42
44
43
45
<Target Name =" UpdateVersion" >
You can’t perform that action at this time.
0 commit comments