Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-06-18 18:09:19 +00:00
parent 6b46c7950e
commit d7fdd3a711
1 changed files with 3 additions and 3 deletions

View File

@ -44,13 +44,13 @@ uptool:
$suffix = "$tmp1.$tmp2"
cd Misc
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
dotnet nuget push $(Get-Item $(Resolve-Path *.nupkg).Path).Name -k $K8S_SECRET_NUGET -Source https://api.nuget.org/v3/index.json
cd ..\W32
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
dotnet nuget push $(Get-Item $(Resolve-Path *.nupkg).Path).Name -k $K8S_SECRET_NUGET -Source https://api.nuget.org/v3/index.json
cd ..\Commandline
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
dotnet nuget push $(Get-Item $(Resolve-Path *.nupkg).Path).Name -k $K8S_SECRET_NUGET -Source https://api.nuget.org/v3/index.json
cd ..
mkdir nugets
cp $(Get-Item $(Resolve-Path Misc\*.nupkg).Path).Name nugets