Update x pubblicazione nuget
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ SDK:
|
||||
script:
|
||||
- '& "$env:MSBUILD_PATH" MapoSDK/MapoSDK.csproj -target:Build /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath=bin/Release /verbosity:minimal /m'
|
||||
- '& Remove-Item *.nupkg'
|
||||
- '& $env:NUGET_PATH pack MapoSDK\MapoSDK.csproj -properties Configuration=$env:APP_CONF,owners=EgalWare,authors=S.E.Locatelli -Version $env:NEW_REL'
|
||||
- '& $env:NUGET_PATH pack MapoSDK\MapoSDK.csproj -properties Configuration=$env:APP_CONF -Version $env:NEW_REL'
|
||||
- '& $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'
|
||||
# - *sendSDK
|
||||
|
||||
@@ -11,6 +11,11 @@
|
||||
<RootNamespace>MapoSDK</RootNamespace>
|
||||
<AssemblyName>MapoSDK</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<Authors>Samuele E. Locatelli</Authors>
|
||||
<Company>EgalWare</Company>
|
||||
<Description>SDK for MAPO solutions</Description>
|
||||
<PackageTags>MAPO;MES;SDK</PackageTags>
|
||||
<Copyright>Copyright (c) 2007-2022 EgalWare</Copyright>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<Deterministic>true</Deterministic>
|
||||
<NuGetPackageImportStamp>
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
|
||||
// set di attributi. Modificare i valori di questi attributi per modificare le informazioni
|
||||
// associate a un assembly.
|
||||
[assembly: AssemblyTitle("MapoSDK")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyDescription("MAPO Assembly SDK")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
//[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("MapoSDK")]
|
||||
|
||||
+1
-1
@@ -7,5 +7,5 @@ using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("0.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.0.0.0")]
|
||||
[assembly: AssemblyCopyright("SteamWare-EgalWare © 2007+")]
|
||||
[assembly: AssemblyCopyright("SteamWare & EgalWare © 2007+")]
|
||||
[assembly: AssemblyCompany("EgalWare")]
|
||||
|
||||
+1
-1
@@ -8,5 +8,5 @@ using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("0.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.0.0.0")]
|
||||
[assembly: AssemblyCopyright("SteamWare-EgalWare © 2007+")]
|
||||
[assembly: AssemblyCopyright("SteamWare & EgalWare © 2007+")]
|
||||
[assembly: AssemblyCompany("EgalWare")]
|
||||
|
||||
Reference in New Issue
Block a user