Skip to content

Commit

Permalink
manifest files and main package readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Sep 13, 2020
1 parent d863438 commit 70d918a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

<PropertyGroup>
<GeneratePackageOnBuild Condition="'$(IsPackable)' != 'false'">true</GeneratePackageOnBuild>
<ManifestFullPath Condition=" '$(ManifestFullPath)'=='' ">$(MSBuildProjectDirectory)/$(MSBuildProjectName).manifest</ManifestFullPath>
</PropertyGroup>

<!-- Pack assets into NuGet -->
<ItemGroup>
<None Include="$(PackageIconPath)" Pack="true" PackagePath="$(PackageIcon)" Condition=" Exists('$(PackageIconPath)') "/>
<None Include="$(PackageReadmePath)" Pack="true" PackagePath="$(PackageReadme)" Condition=" Exists('$(PackageReadmePath)') "/>
<None Include="$(ManifestFullPath)" Pack="true" PackagePath="$(PackageId).manifest" Condition=" Exists('$(ManifestFullPath)') " />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

See https://github.com/iolevel/wpdotnet-sdk for more details.
</Description>
<PackageReadmePath>$(MSBuildProjectDirectory)/../README.MD</PackageReadmePath>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"delisted": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"delisted": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"delisted": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"delisted": true
}
3 changes: 3 additions & 0 deletions wordpress/PeachPied.WordPress.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"delisted": true
}

0 comments on commit 70d918a

Please sign in to comment.