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>
|
2021-05-14 23:42:42 +03:00
|
|
|
|
|
|
|
<!-- set up package output path -->
|
|
|
|
<PackageOutputPath Condition="'$(Build_ArtifactStagingDirectory)' != ''">$(Build_ArtifactStagingDirectory)\packages\</PackageOutputPath>
|
|
|
|
<PackageOutputPath Condition="'$(PackageOutputPath)' == ''">$(MSBuildThisFileDirectory)packages\</PackageOutputPath>
|
2024-03-12 21:04:18 +03:00
|
|
|
<SourceLinkPackageVersion>8.0.0</SourceLinkPackageVersion>
|
2021-05-14 21:48:21 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|