Skip to content

Commit

Permalink
Disable dotnet format check
Browse files Browse the repository at this point in the history
It's buggy, and fails for well-formatted syntax, but only in verify mode.
  • Loading branch information
AArnott committed Jan 6, 2024
1 parent 30e1048 commit 52a1e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
RunTests: ${{ parameters.RunTests }}
- script: dotnet format --verify-no-changes --no-restore
displayName: 💅 Verify formatted code
enabled: false

- job: macOS
condition: and(${{ parameters.includeMacOS }}, ne(variables['OptProf'], 'true'))
Expand Down

0 comments on commit 52a1e17

Please sign in to comment.