From 2f8b044dfd7813fcd308c46c95e6c9d489c1f7d5 Mon Sep 17 00:00:00 2001 From: Smaug123 Date: Mon, 4 Dec 2023 19:24:22 +0000 Subject: [PATCH] Comment out upstream bug --- .woodpecker/.build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 7d165d2..80ee333 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -11,8 +11,8 @@ steps: - nix develop --command alejandra --check . - nix develop --command dotnet tool restore - nix develop --command dotnet fantomas --check . - - nix develop --command dotnet publish AdventOfCode2023.FSharp/AdventOfCode2023.FSharp/AdventOfCode2023.FSharp.fsproj --configuration Release - - nix develop --command sh -c "$(find . -type f -name AdventOfCode2023.FSharp | grep Release | grep publish) AdventOfCode2023.FSharp/Test/samples" + # - nix develop --command dotnet publish AdventOfCode2023.FSharp/AdventOfCode2023.FSharp/AdventOfCode2023.FSharp.fsproj --configuration Release + # - nix develop --command sh -c "$(find . -type f -name AdventOfCode2023.FSharp | grep Release | grep publish) AdventOfCode2023.FSharp/Test/samples" when: - event: "push"