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