From dd9ca60dfa7275d237602e105d8516a760da8e0a Mon Sep 17 00:00:00 2001 From: Mark Lechtermann Date: Mon, 8 May 2023 09:52:15 +0200 Subject: [PATCH] build: debug --- .github/workflows/code-style.yaml | 18 +++++++++--------- .gitignore | 1 + 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-style.yaml b/.github/workflows/code-style.yaml index 7472b3c..e8880be 100644 --- a/.github/workflows/code-style.yaml +++ b/.github/workflows/code-style.yaml @@ -21,17 +21,17 @@ jobs: - name: Restore dependencies run: dotnet restore - - name: Install trace - run: dotnet tool install --global dotnet-trace + # - name: Install trace + # run: dotnet tool install --global dotnet-trace - - name: run trace - run: dotnet-trace collect -- dotnet format --verify-no-changes + # - name: run trace + # run: dotnet-trace collect -- dotnet format --verify-no-changes - name: Check code format (editorconfig) run: dotnet format --verify-no-changes - - name: Save artifact - uses: actions/upload-artifact@v2 - with: - name: trace - path: "*.nettrace" + # - name: Save artifact + # uses: actions/upload-artifact@v2 + # with: + # name: trace + # path: "*.nettrace" diff --git a/.gitignore b/.gitignore index 27619f3..6e459a7 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ _temporary.cs .publish/ _packages *.binlog +*.nettrace