Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y committed Oct 12, 2023
1 parent 535af96 commit 3efc710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Add a ProjectReference to the local Neo project
# Assuming the neo project's main .csproj is in its src/neo directory
# Adding the ProjectReference to the Directory.Build.props is unconventional, but for the sake of this example, let's do it.
sed -i '/<\/ItemGroup>/i \ <ProjectReference Include="../../neo/src/Neo/Neo.csproj" />' $props_path
sed -i '/<\/ItemGroup>/i \ <ProjectReference Include="../neo/src/Neo/Neo.csproj" />' $props_path
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 3efc710

Please sign in to comment.