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

Commit

Permalink
also clear ServiceStack.Aws.Tests/obj
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 9, 2021
1 parent 1ac7e0e commit 0709534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/build-core.proj
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<Target Name="ClearNuGetRestoreCaches">
<RemoveDir Directories="$(SrcDir)/ServiceStack.Aws/obj" />
<RemoveDir Directories="$(TestsDir)/ServiceStack.Aws.DynamoDbTests/obj" />
<RemoveDir Directories="$(TestsDir)/ServiceStack.Aws.Tests/obj" />
</Target>

<Target Name="UpdateVersion">
Expand Down
1 change: 1 addition & 0 deletions build/build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<Target Name="ClearNuGetRestoreCaches">
<RemoveDir Directories="$(SrcDir)/ServiceStack.Aws/obj" />
<RemoveDir Directories="$(TestsDir)/ServiceStack.Aws.DynamoDbTests/obj" />
<RemoveDir Directories="$(TestsDir)/ServiceStack.Aws.Tests/obj" />
</Target>

<Target Name="UpdateVersion">
Expand Down

0 comments on commit 0709534

Please sign in to comment.