Skip to content

Commit

Permalink
fix: bump to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored Feb 19, 2024
1 parent 5aa06dc commit ebd5b9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Target.create "Containerize_ApiSuspiciousCases" (fun _ -> containerize "Basisreg
Target.create "Containerize_IntegrationVeka" (fun _ -> containerize "Basisregisters.Integration.Veka" "integration-veka")

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

// --------------------------------------------------------------------------------

Target.create "Build" ignore
Expand Down Expand Up @@ -93,4 +94,4 @@ Target.create "Containerize" ignore
// Possibly add more projects to containerize here

// By default we build & test
Target.runOrDefault "Test"
Target.runOrDefault "Test"

0 comments on commit ebd5b9d

Please sign in to comment.