From 5aba610a4f610dc5abf0f77ea145c75de5fe661f Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 7 Jun 2021 02:48:45 +0100 Subject: [PATCH] tr --- .gitlab-ci.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5a25602..bf064182 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ image: mono:4.6.2.7 stages: + - build - test - deploy @@ -25,7 +26,10 @@ before_script: after_script: debug: - stage: test + stage: build + artifacts: + paths: + - test/yavscTests/bin script: - cd test/yavscTests - cp $TestingConfig appsettings.Testing.json @@ -44,16 +48,16 @@ non_reg: non_reg_html: stage: test - artifacts: - paths: - - test/yavscTests/test-results.html - script: - - cd test/yavscTests - - xsltproc ../../assets/dnx_xunit_to_html.xsl test-results.xml > test-results.html trigger: include: - artifact: test/yavscTests/test-results.xml job: non_reg + artifacts: + paths: + - test/yavscTests/test-results.html + script: + - cd test/yavscTests + - xsltproc ../../assets/dnx_xunit_to_html.xsl test-results.xml > test-results.html release: stage: deploy