1 Commits

Author SHA1 Message Date
09d919c79a CI: Setup dotnet SDK before running automatic build
Some checks failed
/ build (push) Failing after 1m58s
2025-05-17 15:32:12 +02:00

View File

@ -38,10 +38,10 @@ jobs:
run: dotnet build ./Module.EventRegistration/SZUAbsolventenverein.Module.EventRegistration.sln --configuration Release
- name: Test
run: dotnet test ./Module.EventRegistration/SZUAbsolventenverein.Module.EventRegistration.sln --configuration Release --no-build
- name: Create Release
uses: https://gitea.com/actions/release-action
- name: Upload Artifacts
uses: https://github.com/actions/upload-artifact@v4
with:
name: ${{ GITEA.COMMIT_SHA }}
name: nuget
if-no-files-found: error
retention-days: 7
path: |