🔧 Adds UseArtifactsOutput property for non-empty ArtifactsPath
This commit is contained in:
@@ -54,6 +54,10 @@
|
|||||||
<ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath>
|
<ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<PropertyGroup Condition="$(ArtifactsPath) != ''">
|
||||||
|
<UseArtifactsOutput>true</UseArtifactsOutput>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Label="Central Package Management">
|
<PropertyGroup Label="Central Package Management">
|
||||||
<!-- Create Directory.Packages.props file next to solution to use -->
|
<!-- Create Directory.Packages.props file next to solution to use -->
|
||||||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
||||||
|
|||||||
Reference in New Issue
Block a user