Update documentation action to .NET 6

This commit is contained in:
Matthias Mailänder
2022-01-29 14:05:00 +01:00
committed by abcdefg30
parent f5ab9d95fe
commit 9bb41630e7

View File

@@ -19,6 +19,11 @@ jobs:
with:
ref: ${{ github.event.inputs.tag }}
- name: Install .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Prepare Environment
run: |
make all
@@ -65,6 +70,11 @@ jobs:
with:
ref: ${{ github.event.inputs.tag }}
- name: Install .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Prepare Environment
run: |
make all