File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments