Template
📦 Moves nugets and published files under the Artifacts path
This commit is contained in:
@@ -58,6 +58,8 @@
|
|||||||
|
|
||||||
<PropertyGroup Condition="$(ArtifactsPath) != ''">
|
<PropertyGroup Condition="$(ArtifactsPath) != ''">
|
||||||
<UseArtifactsOutput>true</UseArtifactsOutput>
|
<UseArtifactsOutput>true</UseArtifactsOutput>
|
||||||
|
<PackageOutputPath>$(ArtifactsPath)/nuget</PackageOutputPath>
|
||||||
|
<PublishDir>$(ArtifactsPath)/upload/$(MSBuildProjectName)</PublishDir>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Label="Central Package Management">
|
<PropertyGroup Label="Central Package Management">
|
||||||
|
|||||||
Reference in New Issue
Block a user