We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f4514 commit e5f6fd4Copy full SHA for e5f6fd4
azure-pipelines/build.yml
@@ -48,6 +48,8 @@ jobs:
48
displayName: 💅 Verify formatted code
49
env:
50
dotnetformat: true # part of a workaround for https://github.com/dotnet/sdk/issues/44951
51
+ - script: dotnet docfx docfx/docfx.json --warningsAsErrors --disableGitFeatures
52
+ displayName: 📚 Verify docfx build
53
54
- job: WrapUp
55
dependsOn:
0 commit comments