Skip to content

Commit

Permalink
Update post build
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd authored and IsakNaslundBh committed Jun 4, 2020
1 parent ca9ac63 commit 09410f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Mongo_Adapter/Mongo_Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@
<PropertyGroup>
<PostBuildEvent>xcopy "$(TargetDir)$(TargetFileName)" "C:\ProgramData\BHoM\Assemblies" /Y
xcopy "$(TargetDir)MongoDB.Bson.dll" "C:\ProgramData\BHoM\Assemblies" /Y
</PostBuildEvent>
xcopy "$(TargetDir)MongoDB.Driver.dll" "C:\ProgramData\BHoM\Assemblies" /Y
xcopy "$(TargetDir)MongoDB.Driver.Core.dll" "C:\ProgramData\BHoM\Assemblies" /Y</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.
Expand Down
4 changes: 1 addition & 3 deletions Mongo_Engine/Mongo_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy "$(TargetDir)$(TargetFileName)" "C:\ProgramData\BHoM\Assemblies" /Y
xcopy "$(TargetDir)MongoDB.Bson.dll" "C:\ProgramData\BHoM\Assemblies" /Y
xcopy "$(TargetDir)MongoDB.Driver.dll" "C:\ProgramData\BHoM\Assemblies" /Y
xcopy "$(TargetDir)MongoDB.Driver.Core.dll" "C:\ProgramData\BHoM\Assemblies" /Y</PostBuildEvent>
xcopy "$(TargetDir)MongoDB.Bson.dll" "C:\ProgramData\BHoM\Assemblies" /Y</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.
Expand Down

0 comments on commit 09410f2

Please sign in to comment.