Compare commits

..

1 Commits

Author SHA1 Message Date
Konstantin Hintermayer
7f4ab6b9b6 CI: Setup dotnet SDK before running automatic build
Some checks failed
/ build (push) Failing after 1m48s
2025-05-17 14:52:11 +02:00

View File

@ -2,8 +2,7 @@ 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%
ls -lisa ../../oqtane.framework/Oqtane.Package
# "../../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\"