Skip to content

Commit

Permalink
fix: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-wos committed May 28, 2024
1 parent b5be0ed commit c330a7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
rm -rf ./bin/Release/net8.0/*.pdb
rm -rf ./bin/Release/net8.0/*.deps.json
cp -r ./bin/Release/net8.0/* plugin/${{ env.PATH_PLUGIN }}${{ env.PLUGIN_NAME }}
cp -r ./SessionsLibrary/bin/Release/net8.0/* shared/SessionsLibrary/
- name: Zip plugin
run: |
Expand Down
1 change: 1 addition & 0 deletions Sessions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<Compile Remove = ".\SessionsLibrary\**" />
<Compile Remove = ".\TestPlugin\**" />
<Reference Include="SessionsLibrary">
<HintPath>SessionsLibrary\obj\Release\net8.0\SessionsLibrary.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion TestPlugin/TestPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<Reference Include="SessionsLibrary">
<HintPath>..\SessionsLibrary\obj\Debug\net8.0\SessionsLibrary.dll</HintPath>
<HintPath>..\SessionsLibrary\obj\Release\net8.0\SessionsLibrary.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down

0 comments on commit c330a7f

Please sign in to comment.