Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Add $(SquirrelToolsPath) back to msbuild props (see #26)
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Jan 11, 2022
1 parent 1a6e796 commit 762d008
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/Clowd.Squirrel.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
<!-- Binary tools, icon, and build properties -->
<file src="..\build\publish\*" target="tools" />
<file src="..\docs\artwork\Squirrel-Clowd-Logo.png" target="images" />
<!--<file src="Clowd.Squirrel.props" target="build" />-->
<file src="Clowd.Squirrel.props" target="build" />
</files>
</package>
5 changes: 0 additions & 5 deletions src/Clowd.Squirrel.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@
<PropertyGroup>
<SquirrelToolsPath>$([MSBuild]::NormalizePath('$(MSBuildThisFileDirectory)..\tools'))</SquirrelToolsPath>
</PropertyGroup>

<Target Name="PrintSquirrelPath" AfterTargets="Publish,Build">
<Message Importance="high" Text="SquirrelToolsPath: '$(SquirrelToolsPath)'" />
</Target>

</Project>

0 comments on commit 762d008

Please sign in to comment.