diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 991800e5..ad4d1e05 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@ variables:
DEPLOY_FOLDER: 'c:\Projects\Deploy\MoonPro\Builds'
VERS_MAIN: '6.14'
NEW_REL: ''
+ NEW_DEB: ''
NEXUS_PATH: 'MP-XXXX'
APP_NAME: 'MP.Xxxx'
APP_CONF: 'Release'
@@ -101,6 +102,7 @@ variables:
$currRelease = $env:NEW_REL
$lastDot = $currRelease.LastIndexOf(".");
$currDebug = $currRelease.Substring(0, $lastDot)+"-beta"+$currRelease.Substring($lastDot);
+ $env:NEW_DEB = $currDebug
$find = "(.|\n)*?";
$fileNameRel = "MapoSDK.Release.nuspec";
$replRel = "" + $currRelease + "";
@@ -162,11 +164,11 @@ SDK-unstable:
- '& "$env:NUGET_PATH" restore MAPO.sln -verbosity quiet'
- *version-fix
script:
- - '& "$env:MSBUILD_PATH" MapoSDK/MapoSDK.csproj -target:Build /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath=bin/Release /verbosity:minimal /m'
+ - '& "$env:MSBUILD_PATH" MapoSDK/MapoSDK.csproj -target:Build /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath=bin/Debug /verbosity:minimal /m'
- '& Remove-Item *.nupkg'
- '& $env:NUGET_PATH pack MapoSDK.Debug.nuspec'
- '& $env:NUGET_PATH setapikey fe387daa-d07c-3207-877e-96c8be1be91b -source https://nexus.steamware.net/repository/nuget-hosted'
- - '& $env:NUGET_PATH push MapoSDK.$env:NEW_REL.nupkg -Source https://nexus.steamware.net/repository/nuget-hosted'
+ - '& $env:NUGET_PATH push MapoSDK.$env:NEW_DEB.nupkg -Source https://nexus.steamware.net/repository/nuget-hosted'
ADM:build:
stage: build
diff --git a/MapoSDK.Debug.nuspec b/MapoSDK.Debug.nuspec
index f03586db..aded2fbe 100644
--- a/MapoSDK.Debug.nuspec
+++ b/MapoSDK.Debug.nuspec
@@ -15,4 +15,7 @@
+
+
+
\ No newline at end of file
diff --git a/MapoSDK.Release.nuspec b/MapoSDK.Release.nuspec
index 3fe162e3..d8463710 100644
--- a/MapoSDK.Release.nuspec
+++ b/MapoSDK.Release.nuspec
@@ -4,7 +4,7 @@
MapoSDK
#version#
MapoSDK
- Samuele E. Locatelli
+ Samuele E. Locatelli, EgalWare
false
MIT
SDK for MAPO solutions
@@ -15,4 +15,8 @@
+
+
+
+
\ No newline at end of file