📦 Moves nugets and published files under the Artifacts path

This commit is contained in:
2026-03-20 01:55:02 +02:00
parent 14e6cd7087
commit 52aa34a315
3 changed files with 2 additions and 0 deletions

View File

@@ -58,6 +58,8 @@
<PropertyGroup Condition="$(ArtifactsPath) != ''">
<UseArtifactsOutput>true</UseArtifactsOutput>
<PackageOutputPath>$(ArtifactsPath)/nuget</PackageOutputPath>
<PublishDir>$(ArtifactsPath)/upload/$(MSBuildProjectName)</PublishDir>
</PropertyGroup>
<PropertyGroup Label="Central Package Management">

View File

View File