Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-06-18 18:46:14 +00:00
parent 5cb6fd677a
commit f3cb5e136c
1 changed files with 3 additions and 0 deletions

View File

@ -45,14 +45,17 @@ uptool:
cd Misc
dotnet pack --version-suffix "$suffix" -c Release -o .
$tmp = $(Get-Item $(Resolve-Path *.nupkg).Path).Name
echo $tmp
dotnet nuget push $tmp -k $K8S_SECRET_NUGET -s https://api.nuget.org/v3/index.json
cd ..\W32
dotnet pack --version-suffix "$suffix" -c Release -o .
$tmp = $(Get-Item $(Resolve-Path *.nupkg).Path).Name
echo $tmp
dotnet nuget push $tmp -k $K8S_SECRET_NUGET -s https://api.nuget.org/v3/index.json
cd ..\Commandline
dotnet pack --version-suffix "$suffix" -c Release -o .
$tmp = $(Get-Item $(Resolve-Path *.nupkg).Path).Name
echo $tmp
dotnet nuget push $tmp -k $K8S_SECRET_NUGET -s https://api.nuget.org/v3/index.json
cd ..
mkdir nugets