Initial commit

This commit is contained in:
Adam Gaiswinkler
2026-01-02 22:52:11 +01:00
commit 5dfa690432
37 changed files with 1611 additions and 0 deletions

8
Package/release.cmd Normal file
View File

@ -0,0 +1,8 @@
@echo off
set TargetFramework=%1
set ProjectName=%2
del "*.nupkg"
"..\..\oqtane.framework\oqtane.package\FixProps.exe"
"..\..\oqtane.framework\oqtane.package\nuget.exe" pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
XCOPY "*.nupkg" "..\..\oqtane.framework\Oqtane.Server\Packages\" /Y