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

Commit

Permalink
Update build-core.proj
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 9, 2021
1 parent 917da72 commit 1ac7e0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/build-core.proj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<PropertyGroup>
<BuildSolutionDir>$(MSBuildProjectDirectory)/..</BuildSolutionDir>
<SrcDir>$(BuildSolutionDir)/src</SrcDir>
<TestsDir>$(BuildSolutionDir)/tests</TestsDir>
<Configuration Condition="$(Configuration) == ''">Release</Configuration>
<NuGetPackageDir>$(BuildSolutionDir)/NuGet/</NuGetPackageDir>
<PackageVersion>$(MajorVersion).$(MinorVersion).$(PatchVersion)</PackageVersion>
Expand Down Expand Up @@ -40,6 +41,7 @@
<!-- need to remove old caches from nuget restore from .Core csproj's -->
<Target Name="ClearNuGetRestoreCaches">
<RemoveDir Directories="$(SrcDir)/ServiceStack.Aws/obj" />
<RemoveDir Directories="$(TestsDir)/ServiceStack.Aws.DynamoDbTests/obj" />
</Target>

<Target Name="UpdateVersion">
Expand Down

0 comments on commit 1ac7e0e

Please sign in to comment.