Skip to content

Commit 486faf6

Browse files
committed
Remove InheritDocTool
1 parent 47540e8 commit 486faf6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish-version.yml

-6
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,8 @@ jobs:
3131
echo "Version: '$version' - Suffix: '$suffix'"
3232
echo "version=$version" >> $env:GITHUB_OUTPUT
3333
echo "suffix=$suffix" >> $env:GITHUB_OUTPUT
34-
- name: Install InheritDocTool
35-
shell: pwsh
36-
run: dotnet tool install --global InheritDocTool
3734
- name: Run dotnet build
3835
run: dotnet build -c Release -p:VersionPrefix=${{ steps.version.outputs.version }} -p:VersionSuffix=${{ steps.version.outputs.suffix }}
39-
- name: Run InheritDocTool
40-
shell: pwsh
41-
run: InheritDoc -o
4236
- name: Zip binaries
4337
shell: pwsh
4438
run: 7z a Gw2Sharp.zip ./Gw2Sharp/bin/Release/*

0 commit comments

Comments
 (0)