🔧 Adds UseArtifactsOutput property for non-empty ArtifactsPath

This commit is contained in:
2025-10-24 14:32:35 +03:00
parent 9a9b3ca9f8
commit 4e997a6fdf

View File

@@ -54,6 +54,10 @@
<ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath>
</PropertyGroup>
<PropertyGroup Condition="$(ArtifactsPath) != ''">
<UseArtifactsOutput>true</UseArtifactsOutput>
</PropertyGroup>
<PropertyGroup Label="Central Package Management">
<!-- Create Directory.Packages.props file next to solution to use -->
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>