diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ca395e..b91fc3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -146,5 +146,5 @@ Egw.Core.Razor.Comp:release-rel: - dotnet build $env:APP_NAME/$env:APP_NAME.csproj - dotnet pack -p:Configuration=Debug -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj - '& "$env:NUGET_PATH" setapikey fe387daa-d07c-3207-877e-96c8be1be91b -source http://nexus.steamware.net/repository/nuget-hosted' - - '& "$env:NUGET_PATH" push $env:APP_NAME/bin/Debug/$env:APP_NAME.$env:NUM_DEB.nupkg -Source http://nexus.steamware.net/repository/nuget-hosted' + - '& "$env:NUGET_PATH" push $env:APP_NAME/bin/Debug/$env:APP_NAME.$env:NUM_REL.nupkg -Source http://nexus.steamware.net/repository/nuget-hosted' \ No newline at end of file