Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-06-18 18:23:05 +00:00
parent 87b4f3fd08
commit 21ab015742
1 changed files with 4 additions and 3 deletions

View File

@ -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