|
@@ -40,6 +40,9 @@ jobs:
|
|
|
- uses: actions/setup-dotnet@v3
|
|
- uses: actions/setup-dotnet@v3
|
|
|
with:
|
|
with:
|
|
|
global-json-file: global.json
|
|
global-json-file: global.json
|
|
|
|
|
+
|
|
|
|
|
+ - name: Overwrite csc problem matcher
|
|
|
|
|
+ run: echo "::add-matcher::.github/csc.json"
|
|
|
|
|
|
|
|
- name: Get git short hash
|
|
- name: Get git short hash
|
|
|
id: git_short_hash
|
|
id: git_short_hash
|