Compare commits

..

1 Commits

Author SHA1 Message Date
Konstantin Hintermayer
d98692da20 CI: Setup dotnet SDK before running automatic build
Some checks failed
/ build (push) Failing after 1m25s
2025-05-17 14:41:56 +02:00

View File

@ -1,6 +1,8 @@
TargetFramework=$1 TargetFramework=$1
ProjectName=$2 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%
ls -lisa ../../oqtane.framework/Oqtane.Package
cp -f "*.nupkg" "..\..\oqtane.framework\Oqtane.Server\Packages\" cp -f "*.nupkg" "..\..\oqtane.framework\Oqtane.Server\Packages\"