diff --git a/Jenkinsfile b/Jenkinsfile index ddaeb86..f0b233e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -104,9 +104,10 @@ pipeline { }, MAIN_LIB: { // BUILD! - bat "\"${tool 'MSBuild-16.0'}\" SteamWareLib\\SteamWare.csproj -target:Build /p:Configuration=${env.config} /p:Platform=\"Any CPU\" /p:OutputPath=bin/${env.config} /verbosity:minimal /m" + bat "\"${tool 'MSBuild-16.0'}\" SteamWareLib\\SteamWare.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/Release /verbosity:minimal /m" + //bat "\"${tool 'MSBuild-16.0'}\" SteamWareLib\\SteamWare.csproj -target:Build /p:Configuration=${env.config} /p:Platform=\"Any CPU\" /p:OutputPath=bin/${env.config} /verbosity:minimal /m" // creo package NuGet... con version in modo da fare ANCHE le beta - bat "e:\\nuget.exe pack ${WORKSPACE}\\SteamWareLib\\SteamWare.csproj -properties Configuration=${env.config} -Version ${env.packVers}" + bat "e:\\nuget.exe pack ${WORKSPACE}\\SteamWareLib\\SteamWare.csproj -properties Configuration=Release -Version ${env.packVers}" }, REPORTS: { // BUILD Reports lib! diff --git a/SteamWareLib/SteamWare.csproj b/SteamWareLib/SteamWare.csproj index 8befcb1..cfe1855 100644 --- a/SteamWareLib/SteamWare.csproj +++ b/SteamWareLib/SteamWare.csproj @@ -68,8 +68,8 @@ true - - ..\packages\AIM.1.1.0\lib\netstandard2.0\AegisImplicitMail.dll + + ..\packages\AIM.1.0.3\lib\AegisImplicitMail.dll ..\packages\AjaxControlToolkit.20.1.0\lib\net40\AjaxControlToolkit.dll diff --git a/SteamWareLib/packages.config b/SteamWareLib/packages.config index 4a86ac9..f270d4d 100644 --- a/SteamWareLib/packages.config +++ b/SteamWareLib/packages.config @@ -1,6 +1,6 @@  - +