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