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 a2826b9 commit dd9ca60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/code-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ _temporary.cs
.publish/
_packages
*.binlog
*.nettrace

0 comments on commit dd9ca60

Please sign in to comment.