Test again using explicit .NET setup

This commit is contained in:
Thorsten Sommer 2024-06-05 19:07:40 +02:00
parent 10472fdaf5
commit ed85007626
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -9,6 +9,14 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8'
dotnet-quality: 'ga'
cache: true
cache-dependency-path: 'app/MindWork AI Studio/packages.lock.json'
- name: Build .NET project - name: Build .NET project
run: | run: |