Releases: continuous-delphi/delphi-msbuild
delphi-msbuild v0.6.0
https://github.com/continuous-delphi/delphi-msbuild
Tag: v0.6.0
Direct download: delphi-msbuild.ps1
This release improves delphi-msbuild, a Continuous Delphi utility that builds
Delphi .dproj projects using MSBuild from the command line. It sources
rsvars.bat before invoking MSBuild and is designed to accept piped output
from delphi-inspect -DetectLatest -BuildSystem MSBuild.
Change Log
.outputis now always populated in the result object -- previously it was
$nullwhen-ShowOutputwas used; output is now captured and streamed.exeOutputDirand.dcuOutputDirare now resolved from the dcc32 compiler
invocation in the build output when not supplied as parameters.warningsand.errorsinteger counts added to the result object, parsed
from the MSBuild summary line- Fix: duplicate
/p:DCC_UnitSearchPathargument when-UnitSearchPathwas
supplied (the unquoted copy was appended first, then the quoted copy)
delphi-msbuild v0.5.0
https://github.com/continuous-delphi/delphi-msbuild
Tag: v0.5.0
Direct download: delphi-msbuild.ps1
This release improves delphi-msbuild, a Continuous Delphi utility that builds
Delphi .dproj projects using MSBuild from the command line. It sources
rsvars.bat before invoking MSBuild and is designed to accept piped output
from delphi-inspect -DetectLatest -BuildSystem MSBuild.
Change Log
-Defineparameter broken - MSBuild thinks it's a switch
#16
delphi-msbuild v0.4.0
https://github.com/continuous-delphi/delphi-msbuild
Tag: v0.4.0
Direct download: delphi-msbuild.ps1
This release improves delphi-msbuild, a Continuous Delphi utility that builds
Delphi .dproj projects using MSBuild from the command line. It sources
rsvars.bat before invoking MSBuild and is designed to accept piped output
from delphi-inspect -DetectLatest -BuildSystem MSBuild.
Change Log
- Ensure
PowerShell 5.1compatibility for the delphi-msbuild.ps1 script
(Tests remain the newerpwsh)
#13
delphi-msbuild v0.3.0
https://github.com/continuous-delphi/delphi-msbuild
Tag: v0.3.0
Direct download: delphi-msbuild.ps1
This release improves delphi-msbuild, a Continuous Delphi utility that builds
Delphi .dproj projects using MSBuild from the command line. It sources
rsvars.bat before invoking MSBuild and is designed to accept piped output
from delphi-inspect -DetectLatest -BuildSystem MSBuild.
Change Log
-
Add
-ExeOutputDirparameter to set the compiled executable output directory
via/p:DCC_ExeOutput -
Add
-DcuOutputDirparameter to set the compiled DCU output directory
via/p:DCC_DcuOutput -
Add
-UnitSearchPathparameter to append additional unit search paths
via/p:DCC_UnitSearchPath=$(DCC_UnitSearchPath);..., preserving paths
already set by the project's PropertyGroups
#11 -
Add support for passing compiler defines to MSBUILD
#9
delphi-msbuild v0.2.0
https://github.com/continuous-delphi/delphi-msbuild
Tag: v0.2.0
Direct download: delphi-msbuild.ps1
This release improves delphi-msbuild, a Continuous Delphi utility that builds
Delphi .dproj projects using MSBuild from the command line. It sources
rsvars.bat before invoking MSBuild and is designed to accept piped output
from delphi-inspect -DetectLatest -BuildSystem MSBuild.
Change Log
- Added
delphi-msbuild.ps1to be a direct download on the release page
#5
delphi-msbuild v0.1.0
https://github.com/continuous-delphi/delphi-msbuild
Tag: v0.1.0
This release improves delphi-msbuild, a Continuous Delphi utility that builds
Delphi .dproj projects using MSBuild from the command line. It sources
rsvars.bat before invoking MSBuild and is designed to accept piped output
from delphi-inspect -DetectLatest -BuildSystem MSBuild.
Change Log
- Initial release of
delphi-msbuild.ps1-- build Delphi.dprojprojects
via MSBuild from the command line, with support for piped output from
delphi-inspectand automaticrsvars.batenvironment sourcing.

