Compare commits

..

1 Commits

Author SHA1 Message Date
Konstantin Hintermayer
48eb2283ab CI: Setup dotnet SDK before running automatic build
Some checks failed
/ build (push) Failing after 1m32s
2025-05-17 14:38:51 +02:00

View File

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