From 4efbddd9d2841941de6c6923dddbc14751303737 Mon Sep 17 00:00:00 2001 From: Smaug123 Date: Sun, 3 Dec 2023 17:44:53 +0000 Subject: [PATCH] And try a publish --- .woodpecker/.build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 3f99f3e..689899e 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -6,8 +6,9 @@ steps: # Lint - "nix flake check" # Test - - nix develop --command dotnet test - - nix develop --command dotnet test --configuration Release + - nix develop --command dotnet test AdventOfCode2023.FSharp + - nix develop --command dotnet test AdventOfCode2023.FSharp --configuration Release + - nix develop --command dotnet publish AdventOfCode2023.FSharp/AdventOfCode2023.FSharp/AdventOfCode2023.FSharp --configuration Release - nix develop --command alejandra --check . when: