Skip to content

Commit

Permalink
Disable dotnet format in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jul 17, 2024
1 parent 7e10c76 commit e0761bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ parameters:
# This is just one of a a few mechanisms to enforce code style consistency.
- name: EnableDotNetFormatCheck
type: boolean
default: true
default: false # false positives break the build
# This lists the names of the artifacts that will be published *from every OS build agent*.
# Any new azure-pipelines/artifacts/*.ps1 script needs to be added to this list.
# If an artifact is only generated or collected on one OS, it should NOT be listed here,
Expand Down

0 comments on commit e0761bb

Please sign in to comment.