Skip to content

Commit

Permalink
Merge pull request #29 from petabridge/dev
Browse files Browse the repository at this point in the history
Master sync
  • Loading branch information
Aaronontheweb authored May 31, 2019
2 parents aed9348 + ca32d2e commit 2130fe9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ Target "PublishNuget" (fun _ ->
// Docker images
//--------------------------------------------------------------------------------
Target "PublishCode" (fun _ ->
ActivateFinalTarget "KillCreatedProcesses"
let projects = !! "src/**/*.Service.csproj" // publish services and web only
++ "src/**/*.Web.csproj"

Expand Down
4 changes: 4 additions & 0 deletions docker-images.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
akka.cqrs.tradeprocessor
akka.cqrs.traders
akka.cqrs.pricing
akka.cqrs.pricing.web

0 comments on commit 2130fe9

Please sign in to comment.