Skip to content

Commit

Permalink
Clean build directories and fix TradersService (#95)
Browse files Browse the repository at this point in the history
* clean build directories

* fixed output of trade processor folder
  • Loading branch information
Aaronontheweb authored Mar 31, 2020
1 parent 7cfc2f5 commit babf569
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Target "Clean" (fun _ ->
CleanDir outputPerfTests
CleanDir outputNuGet
CleanDir "docs/_site"
CleanDirs !! "./**/bin"
CleanDirs !! "./**/obj"
)

Target "AssemblyInfo" (fun _ ->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Phobos|AnyCPU'">
<OutputPath>bin\Release\$(NetCoreVersion)\</OutputPath>
<OutputPath>bin\Release\</OutputPath>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit babf569

Please sign in to comment.