Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 1ac7e0e

Browse files
committed
Update build-core.proj
1 parent 917da72 commit 1ac7e0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/build-core.proj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<PropertyGroup>
1313
<BuildSolutionDir>$(MSBuildProjectDirectory)/..</BuildSolutionDir>
1414
<SrcDir>$(BuildSolutionDir)/src</SrcDir>
15+
<TestsDir>$(BuildSolutionDir)/tests</TestsDir>
1516
<Configuration Condition="$(Configuration) == ''">Release</Configuration>
1617
<NuGetPackageDir>$(BuildSolutionDir)/NuGet/</NuGetPackageDir>
1718
<PackageVersion>$(MajorVersion).$(MinorVersion).$(PatchVersion)</PackageVersion>
@@ -40,6 +41,7 @@
4041
<!-- need to remove old caches from nuget restore from .Core csproj's -->
4142
<Target Name="ClearNuGetRestoreCaches">
4243
<RemoveDir Directories="$(SrcDir)/ServiceStack.Aws/obj" />
44+
<RemoveDir Directories="$(TestsDir)/ServiceStack.Aws.DynamoDbTests/obj" />
4345
</Target>
4446

4547
<Target Name="UpdateVersion">

0 commit comments

Comments
 (0)