Skip to content

Commit bcdc643

Browse files
committed
peachpie.net.sdk package in artifacts directory
1 parent d3b975c commit bcdc643

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<RepositoryType>git</RepositoryType>
5252
<RepositoryUrl>https://github.com/peachpiecompiler/peachpie</RepositoryUrl>
5353
<PackageProjectUrl>https://github.com/peachpiecompiler/peachpie</PackageProjectUrl>
54-
<PackageOutputPath>$(MSBuildThisFileDirectory).nugs</PackageOutputPath>
54+
<PackageOutputPath Condition=" '$(PackageOutputPath)'=='' ">$(MSBuildThisFileDirectory).nugs</PackageOutputPath>
5555
<PackageIconUrl>https://github.com/peachpiecompiler/peachpie/raw/master/docs/logos/round-orange-196x196.png</PackageIconUrl>
5656
<Authors>iolevel,peachpiecompiler</Authors>
5757
<NoWarn>$(NoWarn),NU5048</NoWarn>

src/Peachpie.NET.Sdk/Peachpie.NET.Sdk.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
<PackageId>Peachpie.NET.Sdk</PackageId>
1111
<PackageTags>php;sdk;peachpie;msbuild</PackageTags>
12-
<GeneratePackageOnBuild Condition=" $(GeneratePackageOnBuild)=='' ">True</GeneratePackageOnBuild>
12+
<GeneratePackageOnBuild Condition=" $(GeneratePackageOnBuild)=='' ">True</GeneratePackageOnBuild>
13+
<PackageOutputPath Condition=" '$(PackageOutputPath)'=='' ">$(MSBuildThisFileDirectory)../../.nugs</PackageOutputPath>
1314
<Description>The MSBuild SDK containing build targets and runtime.</Description>
1415
</PropertyGroup>
1516

0 commit comments

Comments
 (0)