We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47540e8 commit 486faf6Copy full SHA for 486faf6
.github/workflows/publish-version.yml
@@ -31,14 +31,8 @@ jobs:
31
echo "Version: '$version' - Suffix: '$suffix'"
32
echo "version=$version" >> $env:GITHUB_OUTPUT
33
echo "suffix=$suffix" >> $env:GITHUB_OUTPUT
34
- - name: Install InheritDocTool
35
- shell: pwsh
36
- run: dotnet tool install --global InheritDocTool
37
- name: Run dotnet build
38
run: dotnet build -c Release -p:VersionPrefix=${{ steps.version.outputs.version }} -p:VersionSuffix=${{ steps.version.outputs.suffix }}
39
- - name: Run InheritDocTool
40
41
- run: InheritDoc -o
42
- name: Zip binaries
43
shell: pwsh
44
run: 7z a Gw2Sharp.zip ./Gw2Sharp/bin/Release/*
0 commit comments