Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-06-18 19:59:55 +00:00
parent 622d1aa130
commit fdf8afb388
1 changed files with 0 additions and 2 deletions

View File

@ -59,7 +59,6 @@ uptool:
dotnet nuget push $tmp -s https://api.nuget.org/v3/index.json -k $NUGET
cd ..
mkdir nugets
dotnet nuget push -h
cp .\Misc\*.nupkg .\nugets\
cp .\W32\*.nupkg .\nugets\
cp .\Commandline\*.nupkg .\nugets\
@ -68,6 +67,5 @@ uptool:
- package.zip
- app.xml
- nugets
- .
only:
- master