diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c552792c..94a81a57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -330,7 +330,7 @@ LAND:SDK:deploy: script: - dotnet build $env:APP_NAME/$env:APP_NAME.csproj - '& Remove-Item *.nupkg' - - '& $env:NUGET_PATH pack "$env:APP_NAME.Debug.nuspec"' + - '& $env:NUGET_PATH pack "EgwProxy.MP.Core.Debug.nuspec"' - '& "$env:NUGET_PATH" setapikey $NUGET_API_KEY -source http://nexus.steamware.net/repository/nuget-hosted' - '& "$env:NUGET_PATH" push *$env:NUM_DEB.nupkg -Source http://nexus.steamware.net/repository/nuget-hosted' @@ -899,7 +899,7 @@ LAND:SDK:release: script: - dotnet build $env:APP_NAME/$env:APP_NAME.csproj - '& Remove-Item *.nupkg' - - '& $env:NUGET_PATH pack "$env:APP_NAME.Release.nuspec"' + - '& $env:NUGET_PATH pack "EgwProxy.MP.Core.Release.nuspec"' - '& "$env:NUGET_PATH" setapikey $NUGET_API_KEY -source http://nexus.steamware.net/repository/nuget-hosted' - '& "$env:NUGET_PATH" push *$env:NUM_REL.nupkg -Source http://nexus.steamware.net/repository/nuget-hosted' diff --git a/MP.AppAuth.Debug.nuspec b/EgwProxy.MP.Core.Debug.nuspec similarity index 92% rename from MP.AppAuth.Debug.nuspec rename to EgwProxy.MP.Core.Debug.nuspec index 3099b248..21ffa128 100644 --- a/MP.AppAuth.Debug.nuspec +++ b/EgwProxy.MP.Core.Debug.nuspec @@ -1,16 +1,16 @@ - MP.AppAuth + EgwProxy.MP.Core #version# - MP.AppAuth + EgwProxy.MP.Core Samuele E. Locatelli, EgalWare false MIT Libreria accesso DB MP-Core x sync dati tabelle Config/Vocabolario #releaseNotes# #copyright# - MP.AppAuth DB + EgwProxy.MP.Core DB diff --git a/MP.AppAuth.Release.nuspec b/EgwProxy.MP.Core.Release.nuspec similarity index 100% rename from MP.AppAuth.Release.nuspec rename to EgwProxy.MP.Core.Release.nuspec