stages:
- build
build:
image: mcr.microsoft.com/dotnet/sdk:6.0
stage: build
only:
- master
artifacts:
paths:
- publish
script:
bash build.sh