diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af5446b..2e6ebb8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,23 +19,25 @@ build1: script: - dotnet build -test1: +nonreg: stage: test script: - dotnet test -test2: +lv2t3sts: stage: test script: - echo "Do another parallel test here" - echo "For example run a lint test" -deploy1: +publish: stage: deploy + artifacts: bin/Release/netcoreapp2.1/publish/ script: - dotnet publish --version-suffix ci --configuration Release --ignore-failed-sources -deploy2: +pack: stage: deploy + artifacts: bin/Release/nuget-host.*.nupkg script: - dotnet pack --version-suffix ci --configuration Release --no-restore