Skip to content

Commit

Permalink
Reinstall psake as a dependency of the Build project.
Browse files Browse the repository at this point in the history
  • Loading branch information
plioi committed Jan 8, 2016
1 parent 21904be commit 8095d11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Build/Build.csproj
Expand Up @@ -32,6 +32,9 @@
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
4 changes: 4 additions & 0 deletions src/Build/packages.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="psake" version="4.5.0" targetFramework="net452" />
</packages>

0 comments on commit 8095d11

Please sign in to comment.