Skip to content
Snippets Groups Projects
Commit b1d0d7e9 authored by Klaus Fischer's avatar Klaus Fischer
Browse files

Fixed build CI stage

parent a5b6533e
No related branches found
No related tags found
1 merge request!12Feature/439 mvp part 2
......@@ -6,7 +6,8 @@ include:
stages:
- lint
- build
build:
image: mcr.microsoft.com/dotnet/core/sdk:6.0
script: dotnet build --project FitConnect
stage: build
image: mcr.microsoft.com/dotnet/sdk:6.0
script: dotnet build FitConnect
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment