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

Commit

Permalink
Update build.proj
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 9, 2021
1 parent 06c96e2 commit 917da72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/build.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 @@ -39,6 +40,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 917da72

Please sign in to comment.