CI: Setup dotnet SDK before running automatic build
Some checks failed
/ build (push) Failing after 1m48s

This commit is contained in:
Konstantin Hintermayer
2025-05-14 21:56:48 +02:00
committed by KoCoder
parent d967449889
commit 7f4ab6b9b6
3 changed files with 26 additions and 5 deletions

View File

@ -1,5 +1,8 @@
TargetFramework=$1
ProjectName=$2
"..\..\oqtane.framework\oqtane.package\nuget.exe" pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
chmod +x ../../oqtane.framework/Oqtane.Package/nuget.exe
# "../../oqtane.framework/Oqtane.Package/nuget.exe" pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
nuget pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
cp -f "*.nupkg" "..\..\oqtane.framework\Oqtane.Server\Packages\"