Leigh Pointer 5ace34b5cd Add the $TargetFramework macro to the Release Builds
Add the $TargetFramework macro to the Release Builds
2024-12-06 13:37:37 +01:00

8 lines
242 B
Batchfile

@echo off
set TargetFramework=%1
del "*.nupkg"
"..\..\[RootFolder]\oqtane.package\nuget.exe" pack [Owner].Module.[Module].nuspec -Properties targetframework=$(TargetFramework)
XCOPY "*.nupkg" "..\..\[RootFolder]\Oqtane.Server\Packages\" /Y