Skip to content

Commit

Permalink
Packaging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Aug 25, 2021
1 parent 7620ea6 commit 3ae11db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file added src/Skybrud.Umbraco.GridData/Images/Skybrud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions src/Skybrud.Umbraco.GridData/Skybrud.Umbraco.GridData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageTags>Skybrud, Umbraco, Grid, JSON</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/skybrud/Skybrud.Umbraco.GridData</PackageProjectUrl>
<PackageIconUrl>http://www.skybrud.dk/img/5431sk/icon/favicon.ico</PackageIconUrl>
<PackageIcon>Skybrud.png</PackageIcon>
<RepositoryUrl>https://github.com/skybrud/Skybrud.Umbraco.GridData/</RepositoryUrl>
</PropertyGroup>

Expand All @@ -30,10 +30,11 @@
<PackageReference Include="Umbraco.Cms.Core" Version="9.0.0-rc002" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="9.0.0-rc002" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="9.0.0-rc002" />
<None Include="Images\Skybrud.png" Pack="true" PackagePath="\"/>
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ConfigurationName)'=='Release' AND '$(BuildTools)'=='1'">
<!--<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ConfigurationName)'=='Release' AND '$(BuildTools)'=='1'">
<Exec Command="&quot;$(ProjectDir)..\build\Skybrud.BuildTools.Tasks.exe&quot; &quot;postBuild&quot; &quot;$(ConfigurationName)&quot; &quot;$(ProjectPath)&quot; &quot;$(TargetPath)&quot;" />
</Target>
</Target>-->

</Project>

0 comments on commit 3ae11db

Please sign in to comment.