Skip to content
Snippets Groups Projects
Commit 44d3b844 authored by Varga Norbert's avatar Varga Norbert
Browse files

Removed default before-script

parent 82c74e1f
No related branches found
No related tags found
No related merge requests found
Pipeline #72654 passed
......@@ -5,8 +5,6 @@ stages:
default:
image: mcr.microsoft.com/dotnet/sdk:8.0
before_script:
- dotnet --version
#
# Build
......@@ -16,6 +14,7 @@ build_model:
stage: build
script:
- cd Bomberman
- dotnet --version
- dotnet build Model
- dotnet build ViewModel
......@@ -25,6 +24,7 @@ build_view:
tags:
- windows
script:
- dotnet --version
- dotnet build Bomberman\Bomberman.sln
- dotnet publish Bomberman\View\View.csproj -c Release -o publish
artifacts:
......
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