Add improved csc problem matcher (#5530)

This commit is contained in:
TSRBerry 2023-08-16 22:58:34 +02:00 committed by GitHub
parent 2cb00d8d69
commit 5394aaad43
4 changed files with 27 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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