Compare commits

..

1 Commits

Author SHA1 Message Date
Konstantin Hintermayer
364dd2abbe CI: Setup dotnet SDK before running automatic build
Some checks failed
/ build (push) Failing after 1m33s
2025-05-17 14:44:18 +02:00

View File

@ -2,7 +2,8 @@ TargetFramework=$1
ProjectName=$2
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%
"../../oqtane.framework/Oqtane.Package/nuget.exe" pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
ls -lisa ../../oqtane.framework/Oqtane.Package
cp -f "*.nupkg" "..\..\oqtane.framework\Oqtane.Server\Packages\"