From a8c9b7619f6fc59dfb3e2a8d5e6d7fff42f1b548 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 11 May 2021 23:44:43 +0100 Subject: [PATCH] TODO cli output --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a96b4e..6070435 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,4 +48,6 @@ pack: - src/nuget-host/bin/Release/nuget-host.*.nupkg script: - dotnet pack --configuration Release --no-restore - - nuget push -Source $NUGETSOURCE -ApiKey "$NUGETSOURCEAPIKEY" src/nuget-host/bin/Release/nuget-host.*.nupkg + - cd src/nuget-cli + - dotnet run push -s $NUGETSOURCE -k "$NUGETSOURCEAPIKEY" ../nuget-host/bin/Release/nuget-host.*.nupkg +