diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8406e69..9a9418e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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