Skip to content

Commit

Permalink
implemented post-build event to auto-install add-in for Revit to find
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Tammik committed May 3, 2016
1 parent 4982403 commit 9101faa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RvtBcfApiExampleClient/RvtBcfApiExampleClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
<Content Include="RvtBcfApiExampleClient.addin" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy "$(ProjectDir)*.addin" "$(AppData)\Autodesk\REVIT\Addins\2017"
copy "$(ProjectDir)bin\debug\*.dll" "$(AppData)\Autodesk\REVIT\Addins\2017"</PostBuildEvent>
</PropertyGroup>
<!-- 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.
<Target Name="BeforeBuild">
Expand Down

0 comments on commit 9101faa

Please sign in to comment.