Files
Konstantin Hintermayer 13587ea210
All checks were successful
/ build (push) Successful in 1m47s
CI: Setup dotnet SDK before running automatic build
2025-05-17 15:58:02 +02:00

10 lines
463 B
Bash

TargetFramework=$1
ProjectName=$2
# chmod +x ../../oqtane.framework/Oqtane.Package/nuget.exe
# "../../oqtane.framework/Oqtane.Package/nuget.exe" pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
# https://learn.microsoft.com/en-us/nuget/reference/dotnet-commands
dotnet pack SZUAbsolventenverein.Module.EventRegistration.Package.csproj --no-build
#cp -f "*.nupkg" "..\..\oqtane.framework\Oqtane.Server\Packages\"