From b12ea343d00d5325c95975afa55a3b1e41986f86 Mon Sep 17 00:00:00 2001 From: TSRBerry <20988865+TSRBerry@users.noreply.github.com> Date: Wed, 16 Aug 2023 22:58:34 +0200 Subject: Add improved csc problem matcher (#5530) --- .github/workflows/build.yml | 3 +++ .github/workflows/checks.yml | 3 +++ .github/workflows/release.yml | 3 +++ 3 files changed, 9 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbc2eca8..f0aa2a06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,9 @@ jobs: - uses: actions/setup-dotnet@v3 with: global-json-file: global.json + + - name: Overwrite csc problem matcher + run: echo "::add-matcher::.github/csc.json" - name: Get git short hash id: git_short_hash diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 94d0a342..25276b72 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -31,6 +31,9 @@ jobs: with: global-json-file: global.json + - name: Overwrite csc problem matcher + run: echo "::add-matcher::.github/csc.json" + - run: dotnet restore - name: Print dotnet format version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63e6d018..5091944a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,6 +67,9 @@ jobs: - uses: actions/setup-dotnet@v3 with: global-json-file: global.json + + - name: Overwrite csc problem matcher + run: echo "::add-matcher::.github/csc.json" - name: Get version info id: version_info -- cgit v1.2.3