Skip to content

Commit c804d90

Browse files
author
Fraser Greenroyd
committed
Fix csproj for runtime
1 parent a8b2256 commit c804d90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python_Engine/Python_Engine.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
138138
<PropertyGroup>
139139
<PostBuildEvent>xcopy "$(TargetDir)$(TargetFileName)" "C:\\ProgramData\\BHoM\\Assemblies" /Y
140+
xcopy "$(TargetDir)Python.Runtime.dll" "C:\\ProgramData\\BHoM\\Assemblies" /Y
140141

141142
:: create infrastructure necessary to support Python environments
142143
if not exist "C:\ProgramData\BHoM\Extensions\PythonEnvironments" mkdir "C:\ProgramData\BHoM\Extensions\PythonEnvironments"

0 commit comments

Comments
 (0)