From 69aeb5e5c31bb7063196ec8c0dec38c2d941f93b Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Wed, 19 Jul 2023 22:10:29 +0600 Subject: [PATCH] Experimental debug --- .github/workflows/pull-requests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 22e3caf4d..0b0822dcc 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -20,7 +20,9 @@ jobs: - name: Restore packages run: dotnet paket restore - name: Build and test (Release) - run: dotnet fake build -t All + run: + set FAKE_DETAILED_ERRORS=true + dotnet fake build -t All - name: Build (Debug) run: dotnet build -c Debug -v n