Skip to content

Commit

Permalink
fix: update build suspicious cases api
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored Feb 20, 2024
1 parent 362b1de commit 9e57961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Target.create "Publish_Solution" (fun _ ->
"Basisregisters.IntegrationDb.SuspiciousCases.Api"
] |> List.iter publishSource)

Target.create "Containerize_ApiSuspiciousCases" (fun _ -> containerize "Basisregisters.IntegrationDb.SuspiciousCases.Api" "api-suspicious-cases")
Target.create "Containerize_ApiSuspiciousCases" (fun _ -> containerize "Basisregisters.IntegrationDb.SuspiciousCases.Api" "suspicious-cases-api")
Target.create "Containerize_IntegrationVeka" (fun _ -> containerize "Basisregisters.Integration.Veka" "integration-veka")

Target.create "SetAssemblyVersions" (fun _ -> setVersions "SolutionInfo.cs")
Expand Down

0 comments on commit 9e57961

Please sign in to comment.