Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-06-18 17:58:54 +00:00
parent db42601eba
commit 6b46c7950e
1 changed files with 5 additions and 0 deletions

View File

@ -52,9 +52,14 @@ uptool:
dotnet pack --version-suffix "$suffix" -c Release -o .
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
artifacts:
paths:
- package.zip
- app.xml
- nugets
only:
- master