Skip to content

Commit 7fae6e4

Browse files
author
Fraser Greenroyd
committed
Update post build on all projects
1 parent 5c2d90b commit 7fae6e4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

SQL_Adapter/SQL_Adapter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</ItemGroup>
3030

3131
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
32-
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y" />
32+
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;$(ProgramData)\BHoM\Assemblies&quot; /Y" />
3333
</Target>
3434

3535
<ItemGroup>

SQL_Engine/SQL_Engine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
30-
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y" />
30+
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;$(ProgramData)\BHoM\Assemblies&quot; /Y" />
3131
</Target>
3232

3333
<ItemGroup>

SQL_oM/SQL_oM.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424

2525
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
26-
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y" />
26+
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;$(ProgramData)\BHoM\Assemblies&quot; /Y" />
2727
</Target>
2828

2929
<ItemGroup>

0 commit comments

Comments
 (0)