Compare commits

..

1 Commits

Author SHA1 Message Date
Konstantin Hintermayer
75eb0f199a CI: Setup dotnet SDK before running automatic build
Some checks failed
/ build (push) Failing after 1m32s
2025-05-17 15:10:03 +02:00

View File

@ -3,6 +3,7 @@ ProjectName=$2
chmod +x ../../oqtane.framework/Oqtane.Package/nuget.exe
# "../../oqtane.framework/Oqtane.Package/nuget.exe" pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
dotnet nuget 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%
cp -f "*.nupkg" "..\..\oqtane.framework\Oqtane.Server\Packages\"