Update .gitlab-ci.yml

updatesEFSamplesToNetCore3
Marc CHEVALDONNE 5 years ago
parent 504d0c6aa3
commit 6b1d286226

@ -5,6 +5,8 @@ before_script:
build:
stage: build
tags:
- docker
script:
- dotnet build -c Release --no-restore
- dotnet publish -c Release --no-restore -o $CI_PROJECT_DIR/build/release

Loading…
Cancel
Save