Skip to content

Commit 52a1e17

Browse files
committed
Disable dotnet format check
It's buggy, and fails for well-formatted syntax, but only in verify mode.
1 parent 30e1048 commit 52a1e17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

azure-pipelines/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
RunTests: ${{ parameters.RunTests }}
7171
- script: dotnet format --verify-no-changes --no-restore
7272
displayName: 💅 Verify formatted code
73+
enabled: false
7374

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

0 commit comments

Comments
 (0)