Skip to content

Commit 9a23118

Browse files
committed
build (targets): import version properties from external path
Ensures version information is loaded from an external props file when available. Improves consistency of version handling across local and CI builds.
1 parent ffcc593 commit 9a23118

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Plugin.ExceptionListeners.Maui/Directory.Build.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
</Target>
2929

3030
<!-- ==================== VERSION ==================== -->
31+
<Import Project="$(Version_Props_Path)" Condition="Exists('$(Version_Props_Path)')" />
3132
<PropertyGroup>
3233
<!-- Default version, when building locally -->
3334
<Version_Full Condition=" '$(Version_Full)' == '' ">1.0.0</Version_Full>

0 commit comments

Comments
 (0)