From 21ab0157424b0253d48157c7d75db72a6dbe1ed7 Mon Sep 17 00:00:00 2001 From: "J. Fronny" <6260391-JFronny@users.noreply.gitlab.com> Date: Thu, 18 Jun 2020 18:23:05 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf63dfe..e16e181 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,9 +53,10 @@ uptool: dotnet nuget push $(Get-Item $(Resolve-Path *.nupkg).Path).Name -k $K8S_SECRET_NUGET -s https://api.nuget.org/v3/index.json cd .. mkdir nugets - #cp $(Get-Item $(Resolve-Path Misc\*.nupkg).Path).Name nugets - #cp $(Get-Item $(Resolve-Path W32\*.nupkg).Path).Name nugets - #cp $(Get-Item $(Resolve-Path Commandline\*.nupkg).Path).Name nugets + dotnet nuget push -h + cp $(Get-Item $(Resolve-Path Misc\*.nupkg).Path).Name nugets + cp $(Get-Item $(Resolve-Path W32\*.nupkg).Path).Name nugets + cp $(Get-Item $(Resolve-Path Commandline\*.nupkg).Path).Name nugets artifacts: paths: - package.zip