From 7da74b0dfb29310987b2184036479a3cf27917c9 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 15 Aug 2021 16:21:34 +0100 Subject: [PATCH] dep & tags --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab6f41d..3905875 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,8 @@ publish: tags: - dotnet stage: deploy + dependencies: + - nonreg artifacts: paths: - src/isnd/bin/Release/netcoreapp2.1/publish/ @@ -29,6 +31,8 @@ deploy-to-gitlab: tags: - dotnet stage: deploy + dependencies: + - nonreg artifacts: paths: - src/*/bin/Release/*.nupkg @@ -40,6 +44,8 @@ deploy-to-gitlab: - dotnet nuget push src/*/bin/Release/*.nupkg -s gitlab deploy-to-isn: stage: deploy + tags: + - dotnet artifacts: paths: - src/*/bin/Release/*.nupkg @@ -51,6 +57,8 @@ deploy-to-isn: environment: name: production url: $ISNSOURCE + dependencies: + - nonreg stages: - test - deploy