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 3c1b3ba commit 338d57aCopy full SHA for 338d57a
.github/workflows/release.yml
@@ -19,6 +19,12 @@ jobs:
19
- uses: actions/checkout@v2
20
with:
21
ref: ${{ github.events.inputs.tag }}
22
+ - name: Setup .NET
23
+ uses: actions/setup-dotnet@v1
24
+ with:
25
+ dotnet-version: '6.0.x'
26
+ - name: Build project
27
+ run: dotnet build -f netstandard2.0 src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj
28
- uses: nikeee/docfx-action@v1.0.0
29
name: Build Documentation
30
0 commit comments