Compare commits

..

1 Commits

Author SHA1 Message Date
Konstantin Hintermayer
e82fdf4305 CI: Setup dotnet SDK before running automatic build
Some checks failed
/ build (push) Failing after 2m46s
2025-05-17 13:56:34 +02:00

View File

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