Skip to content

Commit

Permalink
build: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
marklechtermann committed May 8, 2023
1 parent dd9ca60 commit 0543fd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/code-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ _temporary.cs
_packages
*.binlog
*.nettrace
dotnet-install.ps1

0 comments on commit 0543fd8

Please sign in to comment.