Compare commits

..

1 Commits

Author SHA1 Message Date
Konstantin Hintermayer
e4660d28d6 CI: Setup dotnet SDK before running automatic build
Some checks failed
/ build (push) Failing after 1m27s
2025-05-17 15:18:20 +02:00

View File

@ -4,6 +4,6 @@ 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 ${ProjectName}.nuspec -Properties targetframework=${TargetFramework};projectname=${ProjectName} --no-build
dotnet pack ../SZUAbsolventenverein.Module.EventRegistration.csproj --no-build
cp -f "*.nupkg" "..\..\oqtane.framework\Oqtane.Server\Packages\"