Skip to content

Commit

Permalink
Remove InheritDocTool
Browse files Browse the repository at this point in the history
  • Loading branch information
Archomeda committed Mar 12, 2023
1 parent 47540e8 commit 486faf6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,8 @@ jobs:
echo "Version: '$version' - Suffix: '$suffix'"
echo "version=$version" >> $env:GITHUB_OUTPUT
echo "suffix=$suffix" >> $env:GITHUB_OUTPUT
- name: Install InheritDocTool
shell: pwsh
run: dotnet tool install --global InheritDocTool
- name: Run dotnet build
run: dotnet build -c Release -p:VersionPrefix=${{ steps.version.outputs.version }} -p:VersionSuffix=${{ steps.version.outputs.suffix }}
- name: Run InheritDocTool
shell: pwsh
run: InheritDoc -o
- name: Zip binaries
shell: pwsh
run: 7z a Gw2Sharp.zip ./Gw2Sharp/bin/Release/*
Expand Down

0 comments on commit 486faf6

Please sign in to comment.