Compare commits

..

1 Commits

Author SHA1 Message Date
Konstantin Hintermayer
cc07782fde CI: Setup dotnet SDK before running automatic build
Some checks failed
/ build (push) Failing after 1m34s
2025-05-17 15:04:20 +02:00

View File

@ -3,6 +3,6 @@ ProjectName=$2
chmod +x ../../oqtane.framework/Oqtane.Package/nuget.exe
# "../../oqtane.framework/Oqtane.Package/nuget.exe" pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
detnet nuget pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
dotnet nuget pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
cp -f "*.nupkg" "..\..\oqtane.framework\Oqtane.Server\Packages\"