From 3e360f9276ea048836cae06b44775768ea744149 Mon Sep 17 00:00:00 2001 From: Peter Giacomo Lombardo Date: Tue, 19 Mar 2024 13:55:29 +0100 Subject: [PATCH] Disable until RC phase complete --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69adfd97..3ff5884b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,9 +60,9 @@ jobs: - name: "Dotnet Cake Build" run: dotnet cake --target=Build shell: pwsh - - name: "Dotnet Cake Test" - run: dotnet cake --target=Test - shell: pwsh + # - name: "Dotnet Cake Test" + # run: dotnet cake --target=Test + # shell: pwsh - name: "Dotnet Cake Pack" run: dotnet cake --target=Pack shell: pwsh