Skip to content

Commit f2bc96d

Browse files
Remove unused DocFX tool and Azure pipeline templates (#22)
1 parent 7240836 commit f2bc96d

5 files changed

Lines changed: 1 addition & 179 deletions

File tree

.azure/azure-pipeline.template.yaml

Lines changed: 0 additions & 94 deletions
This file was deleted.

.azure/pr-validation.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.azure/windows-release.yaml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.config/dotnet-tools.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,7 @@
99
],
1010
"rollForward": false
1111
},
12-
"docfx": {
13-
"version": "2.78.3",
14-
"commands": [
15-
"docfx"
16-
],
17-
"rollForward": false
18-
},
19-
"slopwatch.cmd": {
12+
"slopwatch.cmd": {
2013
"version": "0.4.0",
2114
"commands": [
2215
"slopwatch"

docs/TOOLING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
|------|--------------|---------|
77
| .NET SDK 10.0 | [dotnet.microsoft.com](https://dotnet.microsoft.com) | Build, test, publish |
88
| Incrementalist | `dotnet tool restore` | Release notes from commits |
9-
| DocFX | `dotnet tool restore` | Documentation generation |
109

1110
## Build Commands
1211

0 commit comments

Comments
 (0)