Skip to content

Commit

Permalink
removed post-build copy step
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytammik committed Jul 1, 2021
1 parent 7775745 commit f89373f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CS/RevitLookup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
<EmbeddedResource Include="Resources\RLookup-32.png" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="copy Z:\a\src\rvt\RevitLookup\CS\bin\Debug\RevitLookup.dll C:\Users\jta\AppData\Roaming\Autodesk\Revit\Addins\2022&#xD;&#xA;copy Z:\a\src\rvt\RevitLookup\CS\RevitLookup.addin C:\Users\jta\AppData\Roaming\Autodesk\Revit\Addins\2022" />
<Exec Command="rem copy Z:\a\src\rvt\RevitLookup\CS\bin\Debug\RevitLookup.dll C:\Users\jta\AppData\Roaming\Autodesk\Revit\Addins\2022&#xD;&#xA;rem copy Z:\a\src\rvt\RevitLookup\CS\RevitLookup.addin C:\Users\jta\AppData\Roaming\Autodesk\Revit\Addins\2022" />
</Target>
</Project>

0 comments on commit f89373f

Please sign in to comment.