Skip to content

Commit

Permalink
remove local setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkkirschner committed Jan 30, 2024
1 parent 3bbddbd commit e45006e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions IronPythonTests/IronPythonTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@
<ItemGroup>
<ProjectReference Include="..\DSIronPython\DSIronPython.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="TestServices.dll.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
7 changes: 7 additions & 0 deletions IronPythonTests/TestServices.dll.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="DynamoBasePath" value=".\DynamoRuntime"/>
<add key="RequestedLibraryVersion2" value=""/>
</appSettings>
</configuration>

0 comments on commit e45006e

Please sign in to comment.