New: 1.0.16

This commit is contained in:
2026-02-25 11:52:04 +01:00
parent a85934be2e
commit a1fd9ab2d7
9 changed files with 28 additions and 52 deletions

View File

@@ -2,6 +2,7 @@ TargetFramework=$1
ProjectName=$2
cd "$(dirname "$0")"
rm -f *.nupkg
dotnet build "../Client/SZUAbsolventenverein.Theme.Website.Client.csproj" -c Release
dotnet pack "${ProjectName}.Package.csproj" -p:NuspecFile="${ProjectName}.nuspec" -p:NuspecProperties="targetframework=${TargetFramework};projectname=${ProjectName}" --no-build -o .
find . -name *.nupkg -delete
dotnet pack $ProjectName.nuspec "/p:targetframework=${TargetFramework};ProjectName=${ProjectName}"
cp -f *.nupkg ../../oqtane.framework/Oqtane.Server/Packages/