From 0543fd8896a173a19ed04fd7b626c42084efe62a Mon Sep 17 00:00:00 2001 From: Mark Lechtermann Date: Mon, 8 May 2023 09:56:42 +0200 Subject: [PATCH] build: debug --- .github/workflows/code-style.yaml | 12 ------------ .gitignore | 1 + 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/code-style.yaml b/.github/workflows/code-style.yaml index e8880be..79ca1ac 100644 --- a/.github/workflows/code-style.yaml +++ b/.github/workflows/code-style.yaml @@ -21,17 +21,5 @@ jobs: - name: Restore dependencies run: dotnet restore - # - name: Install trace - # run: dotnet tool install --global dotnet-trace - - # - 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" diff --git a/.gitignore b/.gitignore index 6e459a7..996f55c 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ _temporary.cs _packages *.binlog *.nettrace +dotnet-install.ps1