2021-05-14 21:48:21 +03:00
|
|
|
<Project>
|
2021-05-14 22:54:47 +03:00
|
|
|
<PropertyGroup>
|
|
|
|
<!-- Default to not packaging a project. Override per-project where dotnet sdk nuget packaging is desired. -->
|
|
|
|
<IsPackable Condition="'$(IsPackable)' == ''">false</IsPackable>
|
|
|
|
</PropertyGroup>
|
2021-05-14 21:48:21 +03:00
|
|
|
<PropertyGroup Condition="'$(Build_ArtifactStagingDirectory)' != ''">
|
|
|
|
<PackageOutputPath>$(Build_ArtifactStagingDirectory)packages\</PackageOutputPath>
|
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|