Fix configurazione progetto con author + num vers + fix yaml x calcolo path deploy

This commit is contained in:
Samuele Locatelli
2025-09-29 19:08:07 +02:00
parent 3761e5850f
commit 3e7e34e480
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ Egw.Window.Data:SDK:deploy:
- *nuspec-fix
- dotnet pack -p:Configuration=Debug -p:verbosity=quiet --output $env:APP_NAME/bin/ $env:APP_NAME/$env:APP_NAME.csproj
- '& "$env:NUGET_PATH" setapikey $NUGET_API_KEY -source http://nexus.steamware.net/repository/nuget-hosted'
- '& "$env:NUGET_PATH" push $env:APP_NAME/bin/Egw.Lux.$env:APP_NAME.$env:NUM_REL.nupkg -Source http://nexus.steamware.net/repository/nuget-hosted'
- '& "$env:NUGET_PATH" push $env:APP_NAME/bin/$env:APP_NAME.$env:NUM_REL.nupkg -Source http://nexus.steamware.net/repository/nuget-hosted'
# # --------------------------------
# # RELEASE (main brach only)
+4
View File
@@ -2,6 +2,10 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.7.9.2909</Version>
<Authors>Annamaria Sassi</Authors>
<Company>Egalware</Company>
<Description>Classi di base per gestione sistemi Window x Egw.*</Description>
</PropertyGroup>
</Project>