Skip to content

Instantly share code, notes, and snippets.

View bhdryrdm's full-sized avatar
🏠
Working from home

Bahadır YARDIM bhdryrdm

🏠
Working from home
View GitHub Profile
@bhdryrdm
bhdryrdm / .gitlab-ci.yml
Created September 29, 2018 17:26 — forked from zerda/.gitlab-ci.yml
Gitlab CI for ASP.Net Core project
stages:
- build
- publish
.build: &build_template
stage: build
image: microsoft/dotnet:2.1-sdk-alpine
cache:
key: "$CI_PROJECT_NAMESPACE-$CI_PROJECT_NAME"
paths: