This repository has been archived on 2025-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
Leigh Pointer a728bd49c6 Implement Dynamic ProjectName Parameter Across Build Process"
This pull request introduces a dynamic ProjectName parameter across our build process, enhancing flexibility and reducing hardcoding in our module and theme development workflow. The changes affect the project file, NuSpec file, command scripts.
2024-12-13 11:16:44 +01:00

4 lines
223 B
Bash

TargetFramework=$1
"..\..\[RootFolder]\oqtane.package\nuget.exe" pack %ProjectName%.nuspec-Properties targetframework=%TargetFramework%;projectname=%ProjectName%
cp -f "*.nupkg" "..\..\[RootFolder]\Oqtane.Server\Packages\"