From 946a83bdb6f464f17159981887e27620e1b814b1 Mon Sep 17 00:00:00 2001 From: Jan Berdel Date: Tue, 9 May 2017 09:05:20 +0200 Subject: [PATCH] CI --- .gitignore | 2 ++ .gitlab-ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2c42eb3..ad2a0da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +dist/ + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f07ce19..7b8a190 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,9 +2,9 @@ build:release: stage: build artifacts: paths: - - AzureBlobToArchive/bin/Release/net46/publish + - dist script: - dotnet restore - - dotnet publish -c Release + - dotnet publish -c Release -o dist tags: - vs2017 \ No newline at end of file