CI: Setup dotnet SDK before running automatic build
Some checks failed
/ build (push) Failing after 14s
Some checks failed
/ build (push) Failing after 14s
This commit is contained in:
@ -15,6 +15,18 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
- name: PWD
|
||||
run: ls -lisa
|
||||
- name: PWD
|
||||
run: pwd
|
||||
- name: PWD
|
||||
run: cd /workspace/Diplomarbeit-Absolventenverein/Module.EventRegistration
|
||||
- name: PWD
|
||||
run: ls -lisa
|
||||
- name: PWD
|
||||
run: pwd
|
||||
- name: Setup Dotnet SDK
|
||||
uses: https://github.com/actions/setup-dotnet@v4
|
||||
- name: Build
|
||||
run: dotnet build --configuration Release
|
||||
- name: Test
|
||||
|
Reference in New Issue
Block a user