Compare commits

..

1 Commits

Author SHA1 Message Date
Konstantin Hintermayer
1f84178d2b CI: Setup dotnet SDK before running automatic build
Some checks failed
/ build (push) Failing after 1m26s
2025-05-14 22:32:32 +02:00

View File

@ -30,7 +30,7 @@ jobs:
- name: LS - name: LS
run: ls -lisa run: ls -lisa
- name: Build Oqtane - name: Build Oqtane
run: dotnet build ./oqtane.framework/Oqtane.sln --configuration Debug run: dotnet build ./oqtane.framework/Oqtane.sln --configuration Release
- name: Build Module - name: Build Module
run: dotnet build ./Module.EventRegistration/SZUAbsolventenverein.Module.EventRegistration.sln --configuration Release run: dotnet build ./Module.EventRegistration/SZUAbsolventenverein.Module.EventRegistration.sln --configuration Release
- name: Test - name: Test