Skip to content

Commit 32d98da

Browse files
authored
Merge pull request #2 from sanzoghenzo/fix-paths
remove post build actions and EngineDir
2 parents dfa2aff + 5d58c91 commit 32d98da

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/runtime/Python.Runtime.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0</TargetFrameworks>
4-
<EngineDir>CPY385</EngineDir>
54
<AssemblyName>pyRevitLabs.PythonNet</AssemblyName>
65
<Platforms>AnyCPU</Platforms>
76
<LangVersion>10.0</LangVersion>
@@ -62,9 +61,4 @@
6261
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
6362
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" />
6463
</ItemGroup>
65-
66-
<Target Name="Deploy" AfterTargets="AfterBuild">
67-
<Copy SourceFiles="$(TargetDir)\pyRevitLabs.PythonNet.dll" DestinationFolder="$(PyRevitBinDir)\netfx\engines\$(EngineDir)" />
68-
<Copy SourceFiles="$(TargetDir)\pyRevitLabs.PythonNet.dll" DestinationFolder="$(PyRevitBinDir)\netcore\engines\$(EngineDir)" />
69-
</Target>
7064
</Project>

0 commit comments

Comments
 (0)