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

This commit is contained in:
Konstantin Hintermayer
2025-05-14 21:56:48 +02:00
committed by KoCoder
parent d967449889
commit 717eae41ef
3 changed files with 24 additions and 4 deletions

View File

@ -2,4 +2,6 @@ TargetFramework=$1
ProjectName=$2
"..\..\oqtane.framework\oqtane.package\nuget.exe" pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
ls # JUST FOR DEBUGGING
pwd # JUST FOR DEBUGGING
cp -f "*.nupkg" "..\..\oqtane.framework\Oqtane.Server\Packages\"