Improving ci build file

parent 277b31d1
...@@ -16,13 +16,13 @@ image: mono:latest ...@@ -16,13 +16,13 @@ image: mono:latest
stages: stages:
- test - test
- build - deploy
before_script: before_script:
- nuget restore -NonInteractive - nuget restore -NonInteractive
release: release:
stage: build stage: deploy
only: only:
- master - master
artifacts: artifacts:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment