Skip to content

Commit

Permalink
Switching to Statiq-based build app
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Jun 6, 2020
1 parent d89dc71 commit 0d782fc
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 468 deletions.
8 changes: 4 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<!-- Controls whether references are local projects or NuGet packages -->
<LocalReferences>true</LocalReferences>
<LocalReferences>false</LocalReferences>
<!-- The NuGet version of Statiq that should be referenced if LocalReferences is false -->
<StatiqFrameworkVersion>1.0.0-beta.13</StatiqFrameworkVersion>
<StatiqFrameworkVersion>1.0.0-beta.14</StatiqFrameworkVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -32,8 +32,8 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE.md" Pack="true" PackagePath=""/>
<None Include="..\..\icon.png" Pack="true" PackagePath="\"/>
<None Include="$(SolutionDir)\LICENSE.md" Pack="true" PackagePath=""/>
<None Include="$(SolutionDir)\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
Expand Down
320 changes: 0 additions & 320 deletions build.cake

This file was deleted.

Loading

0 comments on commit 0d782fc

Please sign in to comment.